Changes between Version 7 and Version 8 of GhostScriptRasterPrinting


Ignore:
Timestamp:
Apr 10, 2012, 12:31:50 PM (12 years ago)
Author:
Alex Taylor
Comment:

Error correction & added link to gs8.71

Legend:

Unmodified
Added
Removed
Modified
  • GhostScriptRasterPrinting

    v7 v8  
    1313== Basic Procedure ==
    1414
    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).
     15The 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]).
    1616
    1717This 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:
     
    3939   * ''Parameters'':
    4040      * For TCP/IP (LPR) printers: {{{/c}}} ''x''{{{:\os2\gs2lpr.cmd}}} ''<model>'' ''<IP address>'' ''<queue name>'' {{{%file%}}}
    41       * For local printers: {{{/c}}} ''x''{{{:\os2\gs2lpr.cmd}}} ''<model>'' ''<port name>'' {{{%file%}}}
     41      * For local printers: {{{/c}}} ''x''{{{:\os2\gs2port.cmd}}} ''<model>'' ''<port name>'' {{{%file%}}}
    4242
    4343The 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.