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
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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.