DEV Community

Discussion on: Angular Export to PDF using PDFMake (Client-Side PDF Generation)

Collapse
 
rupeshiya profile image
Rupesh Krishna Jha • Edited

Hi @ankit ,
npmjs.com/package/puppeteer is also a great option. It's really simple to integrate. I have used it earlier. Now in my new project will this a try.
Thanks for sharing this.

Collapse
 
ankitprajapati profile image
Ankit Prajapati

Hi Rupesh,
Thanks for your reply.
I have heard a lot about puppeteer. I curious to know, how can we generate PDF using it ?

Collapse
 
benneee_ profile image
Benedict Nkeonye • Edited

It's not Angular-related but I found this good enough for using Puppeteer, dev.to/damcosset/generate-a-pdf-fr...

Thanks for your article.