Skip to content

Instantly share code, notes, and snippets.

@shreeshga
Created October 17, 2012 13:48
Show Gist options
  • Save shreeshga/3905613 to your computer and use it in GitHub Desktop.
Save shreeshga/3905613 to your computer and use it in GitHub Desktop.
merge pdf files from commandline
gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=dest_file.pdf file1.pdf file2.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment