merge pdf files into a pdf

Post date: Jul 4, 2012 7:04:52 AM

To merge a couple of pdf files into one in terminal, use this command in terminal:

pdftk 1.pdf 2.pdf 3.pdf cat output out123.pdf

Credits go to http://ubuntuhowtos.com/howtos/merge_pdf_files