Changes between Version 7 and Version 8 of GhostScriptRasterPrinting
- Timestamp:
- Apr 10, 2012, 2:31:50 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GhostScriptRasterPrinting
v7 v8 13 13 == Basic Procedure == 14 14 15 The Epson Ghostscript drivers discussed by Dmitry (below) are now included in Paul Smedley's distribution of Ghostscript, as of version 9.00, and also as an [http://download.smedley.info/gsdll2.zip update to version 8.71] (this is included in the latest WPI distribution).15 The Epson Ghostscript drivers discussed by Dmitry (below) are now included in Paul Smedley's distribution of Ghostscript, as of version 9.00, and also as an [http://download.smedley.info/gsdll2.zip update to version 8.71] (this is included in [ftp://ftp.netlabs.org/pub/ecups/install/ghostscript-8_7_1.wpi the WPI distribution]). 16 16 17 17 This technique describes how to send the print job directly from the application --> Ghostscript --> printer without having to go through the intermediate stage of running GSView. Basically, this is made possible using the new [http://svn.netlabs.org/unipdr UNI.PDR] universal port driver: … … 39 39 * ''Parameters'': 40 40 * For TCP/IP (LPR) printers: {{{/c}}} ''x''{{{:\os2\gs2lpr.cmd}}} ''<model>'' ''<IP address>'' ''<queue name>'' {{{%file%}}} 41 * For local printers: {{{/c}}} ''x''{{{:\os2\gs2 lpr.cmd}}} ''<model>'' ''<port name>'' {{{%file%}}}41 * For local printers: {{{/c}}} ''x''{{{:\os2\gs2port.cmd}}} ''<model>'' ''<port name>'' {{{%file%}}} 42 42 43 43 The parameters do not include '<' and '>'. For TCP/IP printers, if there is no queue name then use '*' as the queue. For local printers, if you don't know the port name then use {{{EPRINT /L}}} to get a list of ports.