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

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
(Updated)
m (+ {{TODO}} (needs expanding))
 
Line 1: Line 1:
{{TODO}}
[[Category:KDE3]]
[[Category:Architecture]]
[[Category:Developers]]
{{Applicable to TDE}}


For '''printing''', Trinity applications generate Postscript Level 1.
== Protocols: Printing ==

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
Line 15: Line 10:


''Initial Author:'' [mailto:ettrich@kde.org Matthias Ettrich]
''Initial Author:'' [mailto:ettrich@kde.org Matthias Ettrich]

[[Category:KDE3]]
[[Category:Architecture]]
[[Category:Developers]]

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