Created
August 14, 2023 21:57
-
-
Save calvez/f60caa81b6cde5aadee3b287a5d1df8d to your computer and use it in GitHub Desktop.
optimize pdf in one line
This file contains 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=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf inputfile.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment