Difference between revisions of "Printing Protocol (KDE3 Architecture)"

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
imported>Eliddell
(Created page with "== Protocols: Printing == For printing, KDE applications generate Postscript Level 1. This output can be piped either directly to a postscript-capable printer or be rendered...")
 
m (+ {{TODO}} (needs expanding))
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{TODO}}
== Protocols: Printing ==


For printing, KDE applications generate Postscript Level 1.
For '''printing''', Trinity applications generate Postscript Level 1.


This output can be piped either directly to a postscript-capable
This output can be piped either directly to a Postscript-capable
printer or be rendered by a postscript interpreter such as [http://www.ghostscript.com ghostscript]. The procedure is
printer or be rendered by a postscript interpreter such as [http://www.ghostscript.com Ghostscript]. The procedure is
fairly common on Unix. Modern Linux distributions provide postscript
fairly common on Unix. Modern Linux distributions provide Postscript
support in their default setup.
support in their default setup.



Latest revision as of 16:27, 21 April 2022

Konqi.png
To-do
This section has not been written/completed yet. You can contribute to Trinity by writing or finalizing this section.

For printing, Trinity applications generate Postscript Level 1.

This output can be piped either directly to a Postscript-capable printer or be rendered by a postscript interpreter such as Ghostscript. The procedure is fairly common on Unix. Modern Linux distributions provide Postscript support in their default setup.


Initial Author: Matthias Ettrich