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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top