Skip to content

Instantly share code, notes, and snippets.

@pmalek
Created July 2, 2014 12:41
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 pmalek/aacfa14701468d5838b3 to your computer and use it in GitHub Desktop.
Save pmalek/aacfa14701468d5838b3 to your computer and use it in GitHub Desktop.
Concatenate pdf files in Linux with GhostScript, thanks to http://doeidoei.wordpress.com/2009/04/12/easy-way-to-concatenate-pdf-files-in-ubuntu-linux/
gs -q -sPAPERSIZE=letter -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=output.pdf file1.pdf file2.pdf file3.pdf [...] lastfile.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment