Skip to content

Instantly share code, notes, and snippets.

@pgeraghty
Created September 8, 2021 22:29
Show Gist options
  • Save pgeraghty/f4e69d0589e20881fbd211fb2168d87b to your computer and use it in GitHub Desktop.
Save pgeraghty/f4e69d0589e20881fbd211fb2168d87b to your computer and use it in GitHub Desktop.
PDF shrink with Ghostscript
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook \
-dNOPAUSE -dBATCH -dColorImageResolution=150 \
-sOutputFile=output.pdf original.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment