June 21, 2014

How to Merge Multiple PDF Files in Ubuntu

You can easily merge several pdf files into on file with 'pdftk - A handy tool for manipulating PDF'

Example how to merge file1.pdf and file2.pdf to mergedfile.pdf.

$ pdftk file1.pdf file2.pdf cat output mergedfile.pdf

No comments: