home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / PRINTING / GS23A.ZIP / EPSON.INF < prev    next >
Text File  |  1991-11-20  |  1KB  |  40 lines

  1. Ghostscript with new epson driver by David Wexelblat  dwex@mtgzz.att.com
  2.  
  3. Two programs are included, each includes 3 drivers for 9-pin printers
  4. and 2 drivers for 24-pin printers.  There are two builds, one for
  5. printers with X60 dots per inch vertical resolution and one for X72
  6. dpi.  The driver names and characteristics are as follows:
  7.  
  8.                                 Printing
  9.                                 Passes
  10.                                 Per Line
  11. Program Name:     gs2360.exe         gs2372.exe
  12.  
  13. Driver Name      Resolution          Resolution
  14. eps9:         240(h) x 60(v)        240(h) x 72(v)           2
  15. eps9draft:     120(h) x 60(v)        120(h) x 72(v)           1
  16. eps9high:     240(h) x 180(v)        240(h) x 216(v)           6
  17. eps24:         360(h) x 180(v)        360(h) x 216(v)           2
  18. eps24draft:     180(h) x 180(v)        180(h) x 216(v)           1
  19.  
  20. Example
  21.  
  22.     gs2372 -sDEVICE=eps9high golfer.ps > foo
  23.  
  24. will send golfer.ps to a 9 pin epson printer to be printed in
  25. 240x216 dot resolution.
  26.  
  27.     (vga) selectdevice
  28.  
  29. will revert to screen mode (for VGA screens)
  30.  
  31.     (eps9draft) selectdevice 
  32.  
  33. so that the next file will be output to the screen, for exmple:
  34.  
  35.     (escher.ps) run
  36.  
  37. will change to draft mode so that the next file will be output to the
  38. printer in draft mode.
  39.  
  40.