Skip to content

Instantly share code, notes, and snippets.

@msarhan
Created July 17, 2014 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msarhan/2c55c302f78f5f7c92f9 to your computer and use it in GitHub Desktop.
Save msarhan/2c55c302f78f5f7c92f9 to your computer and use it in GitHub Desktop.
Merge PDF files using Ghostscript
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=all.pdf 1.pdf 2.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment