Hello, I'm developing a web server application in VB.NET. I'm trying to merge PDF documents. I read about the iTextDotNet library available on the iText website, and I was thinking I could use it to accomplish my PDF merger using the CONCAT_PDF function.
First, your library is in C#. Is there a version in VB.NET? If not, can I easily translate it to VB.NET myself, and how? Second, since I'm not an expert in the .NET platform, how do I integrate the iText library into my existing VB.NET code? I downloaded the iTextDotNet version, unzipped all the functions in the library onto my hard drive, looked at the CONCAT_PDF.java function that calls "package com.lowagie.tools", "import java.io.*", "import com.lowagie.text.*", "import com.lowagie.text.pdf.*". After that, I don't know what to do to incorporate CONCAT_PDF.java, to link to the library, and where to put the library. Could you point me in the right direction? Thank you. Trung Nguyen ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
