hajareshyam / pdf-creator-node

This package is used to generate HTML to PDF in Nodejs
MIT License
238 stars 79 forks source link

Make each object take one page #81

Open SulaimanAminuBarkindo opened 2 years ago

SulaimanAminuBarkindo commented 2 years ago

I want to print results of multiple students in one pdf file. Each student result will take one page

firstmedia-manuel commented 2 years ago

You can use the page-break-before css-property

<div style="page-break-before: always;">