1

Im using TuesPechkin to generate a pdf using html page. I need to add a page break(New page). How can I do it...?

Ton
  • 11
  • 2

1 Answers1

6

use this in your html string ..TESTED

<div style='page-break-after:always'></div>
panky sharma
  • 2,029
  • 28
  • 45