Re: [iText-questions] Rows in a PdfPTable

2007-01-03 Thread Paulo Soares
n > Behalf Of Dirk Ulrich > Sent: Wednesday, January 03, 2007 11:16 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Rows in a PdfPTable > > When nesting PdfPTable not all rows/cells of the nested table > will be written to the Document. > Atta

[iText-questions] Rows in a PdfPTable

2007-01-03 Thread Dirk Ulrich
When nesting PdfPTable not all rows/cells of the nested table will be written to the Document. Attached you'll find an example class dirk.java which produces the file Dirk.pdf in which you can see that only 12 cells will be created although 13 cells should. Is it a bug or a wrong usage? For inf