How to merge PDF files in Ubuntu (14.04)
You can merge PDF files in Ubuntu using pdftk tool:
$ pdftk file1.pdf file2.pdf cat output mergedfile.pdf
Pretty neat huh?!
$ pdftk file1.pdf file2.pdf cat output mergedfile.pdf
Pretty neat huh?!