RE: [iText-questions] Generating a test PdfPTable problem

2002-12-13 Thread Paulo Soares
ct: [iText-questions] Generating a test PdfPTable problem > > I'm trying to generate a test PdfPTable to add to my ContentByte document. > From the docs, I would think that the following lines would work (where > "cb" > is my ContentByte object): > > PdfPTabl

[iText-questions] Generating a test PdfPTable problem

2002-12-13 Thread Kenny G. Dubuisson, Jr.
I'm trying to generate a test PdfPTable to add to my ContentByte document. >From the docs, I would think that the following lines would work (where "cb" is my ContentByte object): PdfPTable table = new PdfPTable(4); table.addCell("Test Cell 1"); table.addCell("Test Cell 2"); table.addCell(