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 able to use it from VB.Net because of the cross-language nature of .Net. You would need to reference both the iTextdotNET.dll and JSharpLib.dll, from Visual Studio (or whatever you are using), then you should be able to access the com.lowagie.text/pdf etc.etc. namespaces using the 'Imports' statement in VB. You may need to use some of the J# classes to access things like Java IO and the Java SAX parsers (if you intend to use them). To do this you will need to add a reference to vsjlib (which is bundled with .Net). Hope this helps, David. > > 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? > ... > 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
