See also entry in DESCRIPTION file
Usage: ps2device device files
ps2device converts a PostScript file to a file using the given
devicename, where device is a valid ghostscript devicename.
options: -h => this help screen
This script needs GhostScript 3.33.
Available at ftp://ftp.sgi.com/pub/sgi/ghost/ghost.tar
Valid devicenames are:
x11 pjxl300 pgm
x11alpha bj10e pgmraw
x11cmyk bj200 ppm
x11mono faxg3 ppmraw
deskjet faxg32d psmono
djet500 faxg4 bit
laserjet pcxmono bitrgb
ljetplus pcxgray bitcmyk
ljet2p pcx16 sgirgb
ljet3 pcx256 tiffcrle
ljet4 pcx24b tiffg3
cdeskjet bmpmono tiffg32d
cdjcolor bmp16 tiffg4
cdjmono bmp256 tifflzw
cdj550 bmp16m tiffpack
pj pbm txt
pjxl pbmraw
The device 'txt' is a special case. This is not really a device
but it means that all text in the Posctscript file is exported.
You can use this to convert Postscript text to ascii text.
Author: Olaf Corten, the Netherlands
E-Mail: olafc@molding.fico.nl or ocorten@knoware.nl
################################################################################
# History:
# Feb 6, 1996 Added DisplayImage check.
# first version Jan 1996
#
################################################################################
|