Difference between revisions of "Shrink a PDF with gs"

From HeepyWiki
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 18:36, 14 May 2018

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.