nocturneio / sails-html-pdf

Convert Sails JS templates to pdf.
0 stars 0 forks source link

page break? #2

Open tiffoknee opened 3 years ago

tiffoknee commented 3 years ago

Is there a known way to add a page break? I'm used to mpdf, which has pagebreak functionality, but I can't find it in any node modules?

mrabro commented 2 years ago

there should be auto pagebreak, but currently not available,

doing manually right now with css: <div style="page-break-after:always;"></div>