Combining PDF Files
Combining PDF files in Linux is ridiculously easy – its just a matter of installing the PDF Toolkit package (pdftk) and then running the following command: -
pdftk file1.pdf file2.pdf file3.pdf cat output newfile.pdf
Combining PDF files in Linux is ridiculously easy – its just a matter of installing the PDF Toolkit package (pdftk) and then running the following command: -
pdftk file1.pdf file2.pdf file3.pdf cat output newfile.pdf