Combining PDFs

Is it possible with Aspose.PDF to take, let’s say, 20 PDF documents and
combine them into 1 large PDF? If so, how would I do this?



Thanks,



John

Thanks for considering Aspose.

What you want is supported in Aspose.PDF.Kit. Please refer to the usage of Concatenate method in Aspose.PDF.Kit and go to our wiki page for details.

Thanks for the quick reply.



Does the PDF.kit support inserting images as well, or would I have to
use Aspose.PDF to do that? Also does Aspose.PDF.kit support the
note attachments like Aspose.PDF does?



If the .kit cannot do these things, is it easy to use the Aspose.PDF and the Aspose.PDF.kit in conjunction with one another?



Basically we have a collection of documents that are PDFs and
TIFFs. We need to combine these documents into one large
document, add some notes on particular pages and then send them out to
a customer.



Thanks,



John

Dear John,

Thank you for considering Aspose.

Aspose.Pdf can only be used to generate PDF document and it can't read existing PDF. Aspose.Pdf.Kit supports combining PDF documents but image can't be inserted linke in Aspose.Pdf. Image can only be "stamped" at some position of the PDF document.

So the solution is, use Aspose.Pdf to convert the TIFF images into PDF document first, and then use Aspose.Pdf.Kit to concatenate these documents and then add notes on particulare pages.

Please refer to: