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...")
 
(Updated)
Line 1: Line 1:
 
[[Category:KDE3]]
 
[[Category:Architecture]]
 
[[Category:Developers]]
  +
{{Applicable to TDE}}
  +
 
== Protocols: Printing ==
 
== 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.
   
   
 
''Initial Author:'' [mailto:ettrich@kde.org Matthias Ettrich]
 
''Initial Author:'' [mailto:ettrich@kde.org Matthias Ettrich]
 
[[Category:KDE3]]
 
[[Category:Architecture]]
 
[[Category:Developers]]
 

Revision as of 07:50, 23 August 2021

TDE Logo.png
Information on this page is applicable to TDE
This page contains archived KDE 3.x content from various sources which is directly applicable to (or has been updated for) the Trinity Desktop Environment.

Protocols: Printing

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