Skip to content

Instantly share code, notes, and snippets.

@seralf
Created June 9, 2013 11:40
Show Gist options
  • Save seralf/5743256 to your computer and use it in GitHub Desktop.
Save seralf/5743256 to your computer and use it in GitHub Desktop.
merge several pdf in alphabetical order
# merge several pdf in alphabetical order
pdftk *.pdf cat output mergedFile.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment