Benutzer-Werkzeuge

Webseiten-Werkzeuge


ghostscript

Ghostscript

Ghostscript ist ein freier Interpreter für PostScript

PDFs komprimieren

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

PDF in Schwarz-Weiß umwandeln

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
ghostscript.txt · Zuletzt geändert: 2021/07/19 20:47 von olli