Skip to content

Instantly share code, notes, and snippets.

@PetrGlad
Created June 2, 2024 16:14
Show Gist options
  • Save PetrGlad/6be0837bad7dae034bce0f83bb423d9b to your computer and use it in GitHub Desktop.
Save PetrGlad/6be0837bad7dae034bce0f83bb423d9b to your computer and use it in GitHub Desktop.
Join PDF Documents
# https://stackoverflow.com/a/19358402/117220
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/default -dNOPAUSE -dQUIET -dBATCH \
-dDetectDuplicateImages -dCompressFonts=true -r150 -sOutputFile=output.pdf input.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment