Merge/concatenate PDF files
A simple note post to remember how to concatenate 2 PDF files in an extremely easy way.
Simply : sudo apt-get install pdftk
, then use it with:
pdftk file1.pdf file2.pdf cat output mergedfile.pdf
If you liked this post, you can share it with your followers or follow me on Twitter!