Looking for a way to have a specific footer on the...
# advancedpdf
w
Looking for a way to have a specific footer on the last page. I've done a fair bit of searching online and eveything points to not possible because of how BFO and Freemarker work. Yet most of those articles are a few years old. I see ways to do it for the first or second. We just need our Totals section on our Transactions to be at the bottom of the last page. If I pull it out of the footer it ends up being right below the last line which coule be in the middle of the document.
j
I haven't tried this to confirm it works but maybe for the block that houses the totals section, you could apply a css styling of {position: fixed; bottom: 0;}
w
Thanks.. I'll give this a try.
t
yes, the fact that the invoices have totals only on the last page tells me there is a way. @JessicaL approach sounds promising. Let us know how you make out.
l
Have you figured this out? I have the same problem. Thanks.