Hi all,

I have a requirement to print the footer only within the LAST page (along
with body continued from previous pages) as shown below


-----------Page 1 ----------------------

Body details ....

-----------Page 1 ----------------------

-----------Middle Page 1 ---------------

Body details continued .....

-----------Middle Page 1 ---------------


 ...... subsequent pages ..........


-----------Middle Page N ----------------

Body details continued .....

-----------Middle Page N ----------------

-----------Last Page --------------------

Body details continued .....

FOOTER Information

-----------Last Page ---------------------


Generally this functionality would need the use of the following

<fo:repeatable-page-master-alternatives>
        <fo:conditional-page-master-reference page-position="first"
master-reference="first"/>
      <fo:conditional-page-master-reference page-position="rest"
master-reference="rest"/>
        <fo:conditional-page-master-reference page-position="last"
master-reference="last"/>
</fo:repeatable-page-master-alternatives>

But it seems that the [page-position="last"] feature has not yet been
implemented, and I need a way to do the above in the absence of this
feature.

Any help in this direction is greatly appreciated.

thanks for your time,
Anil.



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

Reply via email to