Repeating items per page in custom PDF themes for invoices
When creating custom PDF themes for invoices I would like some elements to repeat for each page, a bit like a background but actually part of the flow of a page.
For example I want to display [LOGOFILE] and [SENDER_ADDRESS_MULTILINE] on each page, regardless of how many pages are created.
If I were laying out the page with tables I could use something like the following css
thead {display: table-header-group;}