Skip to content

Instantly share code, notes, and snippets.

@henningjensen
Created August 14, 2011 17:22
Show Gist options
  • Save henningjensen/1145089 to your computer and use it in GitHub Desktop.
Save henningjensen/1145089 to your computer and use it in GitHub Desktop.
Join/merge PDF files with pdftoolkit
sudo apt-get install pdftk
pdftk file1.pdf file2.pdf cat output newFile.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment