Re: [iText-questions] iText question about PdfTable

2015-05-19 Thread Nicolas Conde
http://java-white-box.blogspot.com.ar/2014/03/itext-pdfptable-como-agregar-una-tabla.html plz view this On Tue, May 19, 2015 at 12:59 PM, Haddy, Diane E wrote: > Hello > > > > I am very new to iText and still in the learning mode. I have downloaded > itextpdf – 5.5.6 jar file in eclipse. I ha

[iText-questions] iText question about PdfTable

2015-05-19 Thread Haddy, Diane E
Hello I am very new to iText and still in the learning mode. I have downloaded itextpdf - 5.5.6 jar file in eclipse. I have the iText api library too to reference too. My question is this: When I try to instantiate the PdfTable like below PdfTable table = new PdfTable(3); I receive an erro