Skip to content

Instantly share code, notes, and snippets.

@TheBeachLab
Created September 27, 2018 19:35
Show Gist options
  • Save TheBeachLab/a560be4c92859b4692957d22fe3ff40d to your computer and use it in GitHub Desktop.
Save TheBeachLab/a560be4c92859b4692957d22fe3ff40d to your computer and use it in GitHub Desktop.
Reduce PDF sile size
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment