how to combine two pdf as one pdf

chidambaram

Well-known member
Joined
Dec 27, 2007
Messages
62
Location
Chennai,India
Programming Experience
Beginner
hi all,

I am working in VB.NET 2003.

My requirement is combine four pdf file as one pdf file.

How can i do this?

How to open the pdf document using VB.NET

thanks in advance
 
You can do that with for example the ITextSharp library, the VB.Net tutorial project that can be downloaded from same webpage has an merge example class in chapter 1 (concat.vb).
 
Back
Top