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
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(