Created
May 18, 2023 00:31
-
-
Save fransiska/035884c2d56634f8c62a5a07d222d4a1 to your computer and use it in GitHub Desktop.
Compressing pdf
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
| # https://askubuntu.com/a/256449 | |
| gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook \ | |
| -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