Theses, Books, Title pages ⇒ How to reduce file size of PDF output while compile with pdflatex
How to reduce file size of PDF output while compile with pdflatex
some time ago, this report was made, matching your error and gs version.
Before you can upgrade ghostscript you may need to upgrade cygwin...come to think of it, if you upgrade cygwin it may come with a newer ghostscript anyway.
KR
Rainer
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
How to reduce file size of PDF output while compile with pdflatex
It works! Thanks, but for a file size of about 90MB, it can only reduce to about 84MB, how can you further reduce it to about 5MB?
Byn.
Re: How to reduce file size of PDF output while compile with pdflatex
Code: Select all
gswin64c -dCompatibilityLevel=1.5 \-dPDFSETTINGS=/ebook \-dNOPAUSE -dQUIET -dBATCH \-sDEVICE=pdfwrite \-sOutputFile=out.pdf in.pdf