z f wrote:
I'm not sure how to make the table draw exactly where I want it, and
how to make it stop drawing at one point in the page, and continue
onto the next page.
Look for the method PdfPTable.writeSelectedRows
http://itextdocs.lowagie.com/tutorial/objects/tables/pdfptable/
br,
Bruno
-
I want my pdf to be a landscape view, the top half being data generated
following fields (using reader/stamper), the bottom half to be a table that
if it is larger than one page, it extends onto subsequent pages. There is
also a "footer" at the end of the first page, but ONLY the first page.
I