Im using TuesPechkin to generate a pdf using html page. I need to add a page break(New page). How can I do it...?
Asked
Active
Viewed 1,999 times
1
-
4The css properties `page-break-before: always;` or `page-break-after` should do the trick. – CodesInChaos Aug 14 '14 at 11:46
1 Answers
6
use this in your html string ..TESTED
<div style='page-break-after:always'></div>

panky sharma
- 2,029
- 28
- 45