How to merge existing PDf file in the same folder to one PDF file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

My application requested to merge multiple existing pdf files in the same
folder to one PDF file using VS.net 2005
I am pretty new in Vb.net programming, could anyone please give me some
direction how to do it in VB.net?

Thank you very much!

CLC
 
Hi,

My application requested to merge multiple existing pdf files in the same
folder to one PDF file using VS.net 2005
I am pretty new in Vb.net programming, could anyone please give me some
direction how to do it in VB.net?

Thank you very much!

CLC

You might look into iTextSharp. It's a .NET port of the popular
iText Java library. I believe, that it has the ability to merge pdf
documents.
 
Thanks Tom
I will look it

CLC

Tom Shelton said:
You might look into iTextSharp. It's a .NET port of the popular
iText Java library. I believe, that it has the ability to merge pdf
documents.
 
Back
Top