foliojs / pdfkit

A JavaScript PDF generation library for Node and the browser
http://pdfkit.org/
MIT License
9.95k stars 1.16k forks source link

Possible to duplicate/copy pages in PDFKit? #854

Open davidrea opened 6 years ago

davidrea commented 6 years ago

I need to generate a PDF with a cover page, followed by common repeated across many pages. Can PDFKit duplicate or copy a page (i.e. as a starting point for a new page)? Or do I need to re-render the page content onto N blank pages?

Thanks!

kunass2 commented 5 years ago

Exactly... I need the same.

fiberjungle commented 4 years ago

I also need the same.

jesusareyesv commented 1 year ago

I'm needing this too.