Skip to content

Instantly share code, notes, and snippets.

@LordAmit
Created July 12, 2013 16:55
Show Gist options
  • Select an option

  • Save LordAmit/5985965 to your computer and use it in GitHub Desktop.

Select an option

Save LordAmit/5985965 to your computer and use it in GitHub Desktop.
Bash script for merging PDF in alphabetical order using pdftk in terminal
#!/bin/bash
pdftk *.pdf cat output output.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment