Re: [iText-questions] Question about PdfTable

2015-05-19 Thread André Fróes
Which version are you using? Could you send the full stack? By declaring the way you did, no exception should be displayed. These are the constructors: http://api.itextpdf.com/itext/com/itextpdf/text/pdf/PdfPTable.html#PdfPTable() Live example provided by itext:

[iText-questions] Question about PdfTable

2015-05-19 Thread decrawf
Hello I am very new to iText and in the learning curve. I would like to utilize the PdfTable object. But when I do this:PdfTable table = new PdfTable(3) I receive an error saying there is no constructor of new PdfTable(). I have access to iText api library and when I look in this class I

Re: [iText-questions] Question about PdfTable

2015-05-19 Thread nconde
you are missing the P for PdfPTable table= new PdfPTable(1); -- View this message in context: http://itext.2136553.n4.nabble.com/Question-about-PdfTable-tp4660821p4660823.html Sent from the iText mailing list archive at Nabble.com.

Re: [iText-questions] Question about PdfTable

2015-05-19 Thread decrawf
Thank you so much. Someone else pointed this out to me. Have a great day. Best Regards, Diane From: nconde [via iText] [mailto:ml-node+s2136553n466082...@n4.nabble.com] Sent: Tuesday, May 19, 2015 11:59 AM To: Haddy, Diane E Subject: Re: Question about PdfTable you are missing the P for

Re: [iText-questions] Question about PdfTable

2015-05-19 Thread decrawf
Hi I was missing the “P” in PdfPTable. It’s all good again. Thank you very much for responding back so quickly. Have a great day. Diane From: André Fróes [via iText] [mailto:ml-node+s2136553n4660822...@n4.nabble.com] Sent: Tuesday, May 19, 2015 11:58 AM To: Haddy, Diane E Subject: Re: