Skip to content

Instantly share code, notes, and snippets.

@yenliangl
Created September 29, 2012 09:15
Show Gist options
  • Save yenliangl/3803537 to your computer and use it in GitHub Desktop.
Save yenliangl/3803537 to your computer and use it in GitHub Desktop.
Combine multiple pdf files by pdftk
# combine several pdf files
pdftk file1.pdf file2.pdf file3.pdf cat output newfile.pdf
# combine files
pdftk *.pdf cat output newfile.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment