hajareshyam / pdf-creator-node

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

how i can add new page with pdf-creator-node #95

Open boukhatem-eya opened 2 years ago

veenali commented 1 year ago
       .print-per-page {
            page-break-before: always;
        }

        .print-per-page:first-of-type {
            page-break-before: avoid;
        }

Add print-per-page class to the HTML element

sbn111 commented 1 year ago

not worked