D17339
10/08/2021, 12:40 PMDavid B
10/10/2021, 8:31 PM<pagenumber>
is a BFO tag. BFO is the PDF generator that takes the completed template from Freemarker (template engine).
The variables you set in your template are resolved by Freemarker, before BFO is involved with generating the PDF, so it has no idea where the pages start/end or how many pages there will be totalwsangster
10/20/2021, 2:58 PM<td align="right"><pagenumber/> of <totalpages/>
<#assign numberPage = "<pagenumber/>">
<#assign pageTotal = "<totalpages/>">
/ Freemarker ${pageTotal} , ${numberPage}
</td>
wsangster
10/20/2021, 2:59 PMDavid B
10/21/2021, 4:16 AMwsangster
10/22/2021, 1:28 PM