Pages

Showing posts with label combine pdf. Show all posts
Showing posts with label combine pdf. Show all posts

Combining PDF - the easiest way in Linux

To combine two or more .PDF files, one can use "pdfunite" application, which is installed in Ubuntu Linux by default.

To combine n number of files,

pdfunite file1.pdf file2.pdf file3.pdf outfile.pdf

Running  this command will combine all the files in to the outfile named outfile.pdf.


You may be interested in these posts

Error in image file conversion: convert-im6.q16: not authorized `test.eps' @ error/constitute.c/WriteImage/1037.

This error is because of the vulnerability. This allows remote execution of code using image formats. So, some Linux distributions by defaul...