PageLayout:
Main Layout web block to print pages. It must be the only web block on your page design
HTMLContainer:
If you need to print HTML inside your page, please use this web block container. It is not mandatory, you can use an expression directly.
PageNumber:
Use inside your template to print the current page number (Usually inside header or footer)
PageBreak:
To force a page break between elements, use this web block where you want to break
PageLayout
Placeholders:
Header:
All element inside this area will be repeated on every page
Use web blocks as PageNumber or TotalPages here to be printed the current page or total page number
Content:
All your print content must be put inside this area
The script will auto calculate the breaks and split this content among the pages
Content Height will be auto calculated by the formula:
Page Height - Header Height - Footer Height - 20px
Footer: