Skip to content

Instantly share code, notes, and snippets.

@fransiska
Created May 18, 2023 00:31
Show Gist options
  • Select an option

  • Save fransiska/035884c2d56634f8c62a5a07d222d4a1 to your computer and use it in GitHub Desktop.

Select an option

Save fransiska/035884c2d56634f8c62a5a07d222d4a1 to your computer and use it in GitHub Desktop.
Compressing pdf
# 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