Xportability / css-to-pdf

Convert any HTML page or region to PDF - supports CSS, SVG, embedded XML objects, and more..
http://www.cloudformatter.com/CSS2Pdf
207 stars 77 forks source link

How to print on to the next page? #81

Closed jirodearmas closed 6 years ago

jirodearmas commented 6 years ago

I want to cut the whole content into several branches and print them on each page.

kbrown01 commented 6 years ago

Same way you would with HTML. Use page-break-before as "always".

jirodearmas commented 6 years ago

Thanks for the magic trick @kbrown01