April 3, 2022Compress/Reduce PDF size Linux terminal General by Curt Sahd Reduce the size of a pdf file from the Linux terminal using Ghostscript: gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf