Determining Last page position in xsl-fo

北战南征 提交于 2019-12-02 07:42:37

Hope, it's not too late. But anyway, for all interested people:

  1. Create a page master

    <fo:simple-page-master master-name="my-last-page">...</fo:simple-page-master>

    and put your footer as a "region-after" into that master.

  2. Add this to your repeatable-page-master-alternatives

    <fo:conditional-page-master-reference page-position="last" master-reference="my-last-page"/>

Mchoeti

This is how you could define the last page. I don`t know your structure but you can add this in a block and reference with your footer.

 <fo:block id="LASTPAGE"></fo:block>
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!