Hi,

I'm generating an invoice using iText 1.4. The invoice has 3 main sections: 
the header, invoice details and footer.

The header and footer appear on each page. I'm using table events to do 
that, because they actually are PdfPTables (not applicable to 
HeaderFooter...).

My question is about the invoice details. The table may span several pages. 
I have used setHeaderRows() so that the header repeats on each page. This 
works ok. What I want to do is group the ammount rows (subtotal, taxes, 
total, discount) so that they appear on the bottom of the page. I want a gap 
between the last invoice detail and the ammount rows. But, PdfPTable allows 
me to only set the last row to extend to the bottom. How could I "emulate" 
setExtendLastRows(5) for example? This would extend the last 5 rows to the 
bottom of the available area.

Thank you,
Nicolas Laplante
[EMAIL PROTECTED] 





-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to