I am trying to generate a dynamic pdf with apache fop containing a multipage fo:table
. How is it possible to hide a fo:table-footer
or set an alternative table-footer on the last page?
There is a solution for different page footers using fo:static-content
and fo:conditional-page-master-reference
. But I think, this is not the right direction to search - or is it?