Skip to content

Instantly share code, notes, and snippets.

@raphaeldealmeida
Created March 11, 2019 17:26
Show Gist options
  • Save raphaeldealmeida/6adf068aef56608bff983c62a8c636a0 to your computer and use it in GitHub Desktop.
Save raphaeldealmeida/6adf068aef56608bff983c62a8c636a0 to your computer and use it in GitHub Desktop.
pdf merge
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