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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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