Y
Hacker News
new
|
ask
|
show
|
jobs
by
password4321
1307 days ago
Playwright is a new favorite browser automation tool, I wonder if they've done anything to help with generating PDFs?
2 comments
mdaniel
1307 days ago
https://playwright.dev/docs/cli#generate-pdf
link
e12e
1307 days ago
The main issue with the browser based tools is that developers seem to have given up on implementing html/css print standards. So there's a limit to what automation tools have to work with, so to speak. That said, paged.js makes a good effort.
link