Wednesday, August 5, 2009

Merging n PDFs to one under Linux

For Linux a tool is available known as pdfmerge. With this tool you can merge many small pdfs into one large PDF. Its a command line tool.

Its syntax is as follows -

$ pdfmerge file1.pdf file2.pdf ... fileN.pdf outfile.pdf

The last argument (.pdf) is taken as the output file and the rest as input.

There is not limit on the no. of PDFs you can merge.

Download it from http://microtronyx.com/pdfmerge/