Torsten wrote:
is there a possibility to print a page footer only on the last page of
a (possibly) multipage document.

Common suggestions 1. Use a footnote at the end of the flow: <fo:flow ...> ... content ... <fo:block><fo:footnote><fo:inline/><fo:footnote-body ... footer content ... </ ...close elements... The footer wiil be printed in the body region, which should be acceptable if there aren't any other foters and the region-after extent can be set to zero. Note that this will malfunction if the last page becomes too fuill to display the footer content.

2. Use a marker at the end of the flow:
 <fo:flow ...>
   ... content ...
   <fo:block><fo:marker marker-classname="last-footer> ...
and retrieve the marker in the static content for region-after.

I dont know if there is a page break in the production process.

Can you explain why this may be a problem in your case?

J.Pietschmann

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to