Skip to content

Instantly share code, notes, and snippets.

@AdamGagorik
Last active September 17, 2015 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdamGagorik/eb1c332980a32d1d3271 to your computer and use it in GitHub Desktop.
Save AdamGagorik/eb1c332980a32d1d3271 to your computer and use it in GitHub Desktop.
Make PDF smaller
gs -sDEVICE=pdfwrite -sPAPERSIZE=letter -dFIXEDMEDIA -dPDFFitPage -dCompatibilityLevel=1.4 -o out.pdf in.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment