Y
Hacker News
new
|
ask
|
show
|
jobs
by
michidk
1135 days ago
But this is a rather bloated and slow approach since it's based on a webbrowser, right? I think it also requires some desktop environment like x11?
2 comments
gkhartman
1134 days ago
I inherited a codebase that uses this approach. You can use xvfb to get around the x11 frame buffer requirement. It works, but we are looking to migrate to another solution, since it appears that wkhtmltopdf is no longer maintained.
link
flemhans
1134 days ago
Headless Chromium is the way. Bloated maybe, but does the job.
link