Development/Architecture/KDE3/Printing: Difference between revisions

From KDE TechBase
(port http://developer.kde.org/documentation/library/kdeqt/kde3arch/protocols-printing.html)
 
Line 12: Line 12:


''Initial Author:'' [mailto:[email protected] Matthias Ettrich]
''Initial Author:'' [mailto:[email protected] Matthias Ettrich]
[[Category:KDE3]]
[[Category:Architecture]]

Revision as of 09:43, 23 January 2007

KDE Architecture - Printing

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 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