Hello,
I want to use iText to write data to pdf.
Assembles that I've added are
- iTextdotNET.dll
- Gnu.Classpath.Core.dll
But the problem that I am facing is
- Error 1 The type 'java.io.OutputStream' is defined in an assembly that is not referenced. You must add a reference to assembly 'vjslib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
- Error 2 The type 'java.io.Serializable' is defined in an assembly that is not referenced. You must add a reference to assembly 'vjslib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
What I understood is: It requires j#.
Now what to do?