Available In: Docs Made Easy Basic and Pro
Parameter Value : {{_PageBreak_}}
Parameter Requirements : None
Parameter Description : The Page Break parameter is used to explicitly insert a page break within a document. When the template is processed, any content after this parameter begins on a new page.
This parameter helps in formatting documents where sections, records, or tables need to be separated for clarity and professional presentation.
Example :
INPUT | OUTPUT |
![]() | ![]() |
Note:
If multiple page breaks are inserted consecutively, each will result in a new blank page.The parameter should be carefully placed to avoid unnecessary blank pages.
Second Utility : Page Break within Tables
When the {{_PageBreak_}} parameter is placed inside a table structure, just after the table start, it automatically splits each row of the table into separate pages.
This is particularly useful when generating contracts, invoices, or certificates where each record (row) must be isolated onto its own page for clarity or compliance.
Example :
SYNTAX
{{TableStart:Account.r.Contacts}}{{_PageBreak_}}{{FirstName}} | {{LastName}}{{TableEnd:Account.r.Contacts}} |
INPUT
OUTPUT
Note:
Each record from the table will be generated on a new page.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article