Any ideas how I can move a footer section (invoice...
# advancedpdf
j
Any ideas how I can move a footer section (invoice cutout with payment info) to a second page only? Having trouble doing this
a
Copy code
<td align="right" style="padding: 0;"><pagenumber/> of <totalpages/></td>
<#if pagenumber == totalpages> ???
👀 1