Re: [iText-questions] novice

2007-03-18 Thread Paulo Soares
PdfPTable.writeSelectedRows(). Paulo - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Saturday, March 17, 2007 10:32 PM Subject: [iText-questions] novice >I have a invoice.pdf file that I fill out, but I want to add a page along >with a table of detail informat

[iText-questions] novice

2007-03-17 Thread ftwong
I have a invoice.pdf file that I fill out, but I want to add a page along with a table of detail information. My code runs searches a database for line items and builds a PdfTable as well as accumulates the grand total. I am able to fill out the invoice with the grand total, but am running into