Skip to content

Instantly share code, notes, and snippets.

@ninux
Created June 5, 2013 13:12
Show Gist options
  • Save ninux/5713741 to your computer and use it in GitHub Desktop.
Save ninux/5713741 to your computer and use it in GitHub Desktop.
Merge PDFs with Ghostscript
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=finished.pdf file1.pdf file2.pdf
found at https://bbs.archlinux.org/viewtopic.php?id=65036
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment