I want to place a certain block right at the bottom of the page (right abover the footer). I tried using footnote but the result is overlapping the footer. Is there an easy way to achieve this with FO? I'm using Apache FOP 1.1 This is the footnote approach I tried:
<fo:block >
<fo:footnote>
<fo:inline></fo:inline>
<fo:footnote-body><fo:block>Before footer</fo:block></fo:footnote-body>
</fo:footnote>
</fo:block>