Shrink a PDF with gs

From HeepyWiki
Revision as of 18:36, 14 May 2018 by Morris (talk | contribs) (Created page with "<pre> gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dNOPAUSE -dBATCH -dQUIET -sOutputFile=output_document.pdf input_document.pdf </pre> I assume PDFS...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dNOPAUSE -dBATCH  -dQUIET -sOutputFile=output_document.pdf input_document.pdf 

I assume PDFSETTINGS can be adjusted but no clue how to find out what the options for that are.