|
Hier einige der in Ghostscript verfügbaren Devices zur Konvertierung von:
Konvertierungsrichtung: Device-Aufruf in Ghostscript
-----------------------------------------------------------------------
Postscript und PDF zu TIFF G4 (B&W): -sDEVICE=tiffg4
Postscript und PDF zu TIFF LZW (B&W): -sDEVICE=tifflzw
Postscript und PDF zu TIFF unkomprimiert (B&W): -sDEVICE=tiff24nc
Postscript und PDF zu JPG: -sDEVICE=jpeg -dJPEGQ=75 -r600 (Qualität:75, DPI:600)
Postscript und PDF zu PNG: -sDEVICE=png
Postscript und PDF zu HP-PCL (HP Laserjet komp.): -sDEVICE=ljet2p
Postscript und PDF zu EPS: -sDEVICE=epswrite
|