====== 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 ===== Links ===== * [[http://www.ghostscript.com/|Homepage]] * [[matlab#fehler_beim_aufruf_von_ghostscript_aus_matlab|Fehler beim Aufruf von Ghostscript aus Matlab]]