Compressing PDFs on Macs Let’s say you have a pdf file with large embedded images in…
Compressing PDFs on Macs Let’s say you have a pdf file with large embedded images in it and you’d like to reduce the filesize a bit, here’s how to do it using the command line.
Install ghostscript via Homebrew: brew install gs
Create a shell script, let’s call it …