I'm pretty new to VB so excuse me if I'm being stupid..
Trying out the example projects. When I get to document.open in the code I get the following error.
Error 1 'open' is ambiguous because multiple kinds of members with this name exist in class 'com.lowagie.text.Document' C:\Documents and Settings\ProcterA\Local Settings\Application Data\Temporary Projects\WindowsApplication1\Form1.vb 21 9 WindowsApplication1
Reading the help for the error suggests that it could be due to VB not being case sensitive and there being 2 opens defined?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Currently, iText.NET 2005 is not compliant with VB also with C#. I have a plan to support C# but not VB. Case problem is not so easy.
I recommend you to try iTextSharp.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm pretty new to VB so excuse me if I'm being stupid..
Trying out the example projects. When I get to document.open in the code I get the following error.
Error 1 'open' is ambiguous because multiple kinds of members with this name exist in class 'com.lowagie.text.Document' C:\Documents and Settings\ProcterA\Local Settings\Application Data\Temporary Projects\WindowsApplication1\Form1.vb 21 9 WindowsApplication1
Reading the help for the error suggests that it could be due to VB not being case sensitive and there being 2 opens defined?
Currently, iText.NET 2005 is not compliant with VB also with C#. I have a plan to support C# but not VB. Case problem is not so easy.
I recommend you to try iTextSharp.