Skip to content

Instantly share code, notes, and snippets.

@leveled
Created February 11, 2021 12:46
Show Gist options
  • Save leveled/ac8ae3320881a7acf8e653df48474b54 to your computer and use it in GitHub Desktop.
Save leveled/ac8ae3320881a7acf8e653df48474b54 to your computer and use it in GitHub Desktop.
Compress a PDF on the command line
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=passport_compressed.pdf Passport.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment