RE: [iText-questions] iText library to use in VB.NET to merge PDF files

2004-02-11 Thread David Brain
Hi, I'm using iText from C# using the iTextDotNet library. The library itself is not in C# it is in J# (MS's own Javaesque Java compatibility language), Kazuya Ujihara adapted it for places where there were problems with compiling under J# (it's not completely Java 1.2+ compatible). You would be

[iText-questions] iText library to use in VB.NET to merge PDF files

2004-02-11 Thread trung.nguyen
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