Ghostscript ist ein freier Interpreter für PostScript
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/prepress -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf
dPDFSETTINGS | Beschreibung |
---|---|
/prepress (default) | 300dpi |
/ebook | 150 dpi |
/screen | 72 dpi |
Ein PDF kann wie folgt in Schwarz-Weiß umgewandelt werden:
gs -sOutputFile=output.pdf-sDEVICE=pdfwrite -sColorConversionStrategy=Gray -dProcessColorModel=/DeviceGray -dCompatibilityLevel=1.4 input.pdf