Skip to content

Instantly share code, notes, and snippets.

@nsahoo
Created November 22, 2016 13:37
Show Gist options
  • Save nsahoo/99e80d558b4a11ccd1e7a71a58875ee6 to your computer and use it in GitHub Desktop.
Save nsahoo/99e80d558b4a11ccd1e7a71a58875ee6 to your computer and use it in GitHub Desktop.
merging many pdfs to a single file
gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=merged.pdf \
source1.pdf source2.pdf source3.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment