home *** CD-ROM | disk | FTP | other *** search
- Ghostscript with new epson driver by David Wexelblat dwex@mtgzz.att.com
-
- Two programs are included, each includes 3 drivers for 9-pin printers
- and 2 drivers for 24-pin printers. There are two builds, one for
- printers with X60 dots per inch vertical resolution and one for X72
- dpi. The driver names and characteristics are as follows:
-
- Printing
- Passes
- Per Line
- Program Name: gs2360.exe gs2372.exe
-
- Driver Name Resolution Resolution
- eps9: 240(h) x 60(v) 240(h) x 72(v) 2
- eps9draft: 120(h) x 60(v) 120(h) x 72(v) 1
- eps9high: 240(h) x 180(v) 240(h) x 216(v) 6
- eps24: 360(h) x 180(v) 360(h) x 216(v) 2
- eps24draft: 180(h) x 180(v) 180(h) x 216(v) 1
-
- Example
-
- gs2372 -sDEVICE=eps9high golfer.ps > foo
-
- will send golfer.ps to a 9 pin epson printer to be printed in
- 240x216 dot resolution.
-
- (vga) selectdevice
-
- will revert to screen mode (for VGA screens)
-
- (eps9draft) selectdevice
-
- so that the next file will be output to the screen, for exmple:
-
- (escher.ps) run
-
- will change to draft mode so that the next file will be output to the
- printer in draft mode.
-
-