Compress PDF
Jump to navigation
Jump to search
The following command with GhostScript will significantly compress a PDF, while still rendering a readable document:
gs -sDEVICE=pdfwrite -dNOPAUSE -dBATCH -dPDFSETTINGS=/ebook -sOutputFile=<OUTFILE> <INFILE>