Thanks for the post.
I have done some further digging around and found a utility called pdftk, which is basically what I was hoping to end up with myself. It is a command line utility which can append pdfs among other things, and is going to be lot quicker than coding something myself:
http://www.accesspdf.com/p
Pass in the filenames, and the output filename and it does it for you, example:
'pdftk.exe pdf1.pdf pdf2.pdf cat output output.pdf'
This appends pdf1.pdf and pdf2.pdf and outputs them as output.pdf.
Main Topics
Browse All Topics





by: MitzsPosted on 2008-11-18 at 06:31:56ID: 22984781
I dont kow whether you are ready to user 3rd pary controls. If yes then here is one example of it with code.
http://www.aspose.com /documenta tion/file- format-com ponents/as pose.pdf.k it-for-.ne t-and-java /concatena te-pdf-doc uments.htm l
iText is a library that allows you to generate PDF files on the fly and its free
http://www.lowagie.com /iText/