Subject:Showing text in the last page of the report Author:Jack Davidson Date:11 May 2006 01:24 AM
Hi,
I am generating pdf reports using xsl-fo and tomcat.
My report can be of 'n' number of pages depending on the data retrieved from the database.
Apart from this data,I need to show 2 lines text at the bottom of the last page irrespective of the number of the pages in the report.
ie. if the report has data spanning across 1.5 pages, the 2 lines text should be shown at the bottom of the 2nd page.
Any ideas on how to implement this using xsl-fo...???