Forum Discussion
Axton-X
Jun 08, 2026Brass Contributor
How can I reduce or decrease the size of a PDF for cloud printing on my pc?
I need to print PDF learning materials for my kids but the EPSON printer does not support PDF files larger than 50MB for cloud print. The current PDF is over that limit, so it can't be uploaded or se...
ZaneAtlas
Jun 08, 2026Iron Contributor
Use Gh0stscript for advanced offline compression.
It is a powerful offline command-line tool for PDF compression and optimization. It is useful for batch processing or when online tools are not preferred. However, compression results depend on the PDF content, and Gh0stscript’s own guidance notes that PDF optimization advice can vary because not every PDF can be reduced the same way.
How to decrease the size of the pdf file
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile=compressed.pdf input.pdfUse /screen for smaller size and lower quality, /ebook for a balanced result, or /printer for better print quality.
Best practical order: try Acrobat or re-export first, then compress images, then use browser print-to-PDF or Gh0stscript if the file is still too large.