Created
February 11, 2021 12:46
-
-
Save leveled/ac8ae3320881a7acf8e653df48474b54 to your computer and use it in GitHub Desktop.
Compress a PDF on the command line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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