My Halberds and Helmets Referee Guide PDF is 40MB. If you open the PDF using *Preview*, you can use *Export...* and specify the Filter *Reduce File Size*. The resulting file is 2.9MB! That is so much more reasonable. Apparently, Ghostscript can do it, too. Let’s look at the result.
First, we need to pick a reference. Let’s take the giant crab’s pincer.
Enhance! Enhance! Notice the details.
Open the new file and find the same spot.
I think this is good enough.
#Publishing #PDF
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 \ -dPDFSETTINGS=/ebook -dNOPAUSE \ -dQUIET -dBATCH -sOutputFile=small.pdf \ big.pdf
The `-dPDFSETTINGS` option controls the quality.