Hacker News new | ask | show | jobs
by itslennysfault 3035 days ago
Yes.

It's really easy to do using [puppeteer](https://github.com/GoogleChrome/puppeteer). The 2nd or 3rd example is PDF.

2 comments

I just recently switched from using PhantomJS to pupeteer for PDF generation in a production application. Works like a charm and has a very clean API.
Thanks that looks like a very clean library. Will switch to this.