Skip to content

Instantly share code, notes, and snippets.

@eroullit
Created January 8, 2013 21:21
Show Gist options
  • Save eroullit/4488073 to your computer and use it in GitHub Desktop.
Save eroullit/4488073 to your computer and use it in GitHub Desktop.
merge multiple pdf into one
$ gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=merged.pdf source1.pdf source2.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment