Skip to content

Instantly share code, notes, and snippets.

@trauber
Created July 17, 2019 12:40
Show Gist options
  • Save trauber/f9eb82931209a2cc061dadbb13903e16 to your computer and use it in GitHub Desktop.
Save trauber/f9eb82931209a2cc061dadbb13903e16 to your computer and use it in GitHub Desktop.
#gs #pdf QandD Shrink a PDF with GS

QandDShrink a PDF with GS

I imagine mileage may vary on this but I was able to shrink a 15mb PDF to 2.5mb.


$ pdf2ps large.pdf large.ps

$ ps2pdf large.ps small.pdf



Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment