Merging n PDFs to one under Linux
By Nilesh - September 16th, 2008
Tagged:
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/
Trackback URL for this post:
http://www.itech7.com/trackback/159












Comments
Post new comment