jsonresume / resume-cli

CLI tool to easily setup a new resume 📑
https://jsonresume.org
MIT License
4.54k stars 379 forks source link

Idea: Use Playwright instead of Puppeteer for PDF generation #761

Open Nezteb opened 1 year ago

Nezteb commented 1 year ago

Currently resume-cli uses https://pptr.dev/api/puppeteer.page.pdf

Playwright also supports PDF generation, and it can be done directly from a CLI:

vanhoutenbos commented 1 year ago

Would be nice to have an option to chose which one to use, playwright seems more innovative at the moment but puppeteer just works

levino commented 9 months ago

Why not make a PR to show that it would work and the output would be nice too?