hajareshyam / pdf-creator-node

This package is used to generate HTML to PDF in Nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make each object take one page

SulaimanAminuBarkindo opened this issue · comments

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

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

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