Re: [iText-questions] PdfPTable on last page

2002-12-10 Thread Paulo Soares
It depends on how you are generating the detail. If it's a Paragraph you can add a last empty Paragraph and the the position with a page event. If it's a PdfPTable you can get the position with a table event and if it's a Table it can't be done (directly). Best Regards, Paulo Soares --- Sam

[iText-questions] PdfPTable on last page

2002-12-09 Thread Sam Corder
Hi all I have a servlet generating a mutual fund statement. On the last page of every statement there is an order form that will take up the bottom 1/3rd of the page. I figure that I can use PdfPTable and absolute positioning to put it at the bottom. My question is if I have a variable number