This is an archived forum post. The information may be outdated. Contact us if you have any questions.

pagebreak

tapetenagentur wrote on 2016-03-03:
converting html2pdf with Java i would like to add manual pagebreaks. Are there any methods to do this.

Regards
Michael
support wrote on 2016-03-03:
Hello,

You can use this HTML to force a page break:
<div style="page-break-after:always"></div>
gabithompson730 wrote on 2017-07-31:
thanks for advice :)