Hi All,
I am using FOP version 0.20.5 to generate PDF from the xml.
My requirement is say I am in the middle of a pdf page, the page may exceed that particular page and go to next page. When it exceeds, I should print all the page content in the new page.
I mean I should print all the page content in the new page.
And one more important point is from the new page if again the content flows to next page, I should have heading saying Continuation of the first page in that page.
I achieved this continuation heading requirement using different page master for different sections and define values for the fo:region-before for that page master. But when I define page master for sections that page is always coming in new pdf page.
Please let me know if I am not clear with my question. Please help me in resolving the issue.
Thanks.