Clubbing Multiple PDF using Aspose.Pdf.Kit

Hi,

Is it possiable to club/Merge/Append multiple PDF using Aspose.Pdf.Kit?

Well Iam able to append two PDF

Final.pdf=p1.pdf+p2.pdf //Done Successfully

I want to know how can I acheive this

Final.pdf=p1.pdf+p2.p2.pdf.................pN.pdf

And the most important question is, while doing these clubbing/merging I need to significantly reduce the size of final.pdf.

Means my final.pdf should be compressed.

Please Suggest

Siraj

Hi Siraj,

I’m sorry to inform you that Append method only allows you to append one file to the other, because you have to select the start and end pages to be appended to the source file. However, if you want to append multiple files, you can loop through the list of the files and append to the source file one by one.

For the answer to your second question, please see your other post:
Compression of PDF while Appending/Merging

I hope this helps. If you have any other questions or concerns, please do let us know.
Regards,