Hello iText users,

I am Deval from India, i am a regular user of iText.
Well i downloaded examples from the site :

Chap0516.java 

while compiling time i get errors like :

Chap0516.java:73: cannot resolve symbol
symbol  : method insertTable  (com.lowagie.text.Table,java.awt.Point)
location: class com.lowagie.text.Table
            c.insertTable(a, new Point(0,0) );
             ^
Chap0516.java:74: cannot resolve symbol
symbol  : method insertTable  (com.lowagie.text.Table,java.awt.Point)
location: class com.lowagie.text.Table
            c.insertTable(b, new Point(0,2) );

i have kept iText.jar in my classpath.I have found that there are method
like
insertTable in that jar.But i there is same method in documentation.
I dont know what to do.

regards,

Deval

_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to