Skip to content

Instantly share code, notes, and snippets.

@lukearmstrong
Created October 10, 2012 13:13
Show Gist options
  • Save lukearmstrong/3865584 to your computer and use it in GitHub Desktop.
Save lukearmstrong/3865584 to your computer and use it in GitHub Desktop.
Merge several PDFs together
sudo apt-get install pdftk;
gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=all-the-things.pdf -dBATCH 001.pdf 002.pdf 003.pdf 004.pdf 005.pdf 006.pdf 007.pdf 008.pdf 009.pdf 010.pdf 011.pdf 012.pdf 013.pdf 014.pdf 015.pdf 016.pdf 017.pdf 018.pdf 019.pdf 020.pdf 021.pdf 022.pdf 023.pdf 024.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment