Add a pagebreaker to your PDF report to make clear distinctions between different subjects in your report.
1. Add the HTML-widget
Add an HTML-widget to your form. Place the widget on the spot where you would like to have the pagebreak. It's also possible to add more than one pagebreaker in a form.
2. Add the HTML code
Go to the properties of the HTML-widget by clicking on the pencil in the top left corner of the widget. Delete the original HTML- code and replace it with the following piece of code:
</tbody>
</table>
<div style="page-break-after: always"></div>
<table class="main" cellspacing="0" cellpadding="5">
<colgroup>
<col style="width:40%">
<col style="width:60%">
</colgroup>
<tbody>
3. The result
Below is a PDF report without a pagebreaker:
Below a PDF report with a pagebreaker:
Page 1:
Page 2:
Do you want to be the first to receive the latest tutorials? Go to YouTube and hit the Subscribe button!