html 在 nodejs 中转为 pdf(不依赖于 phantomjs)

html to pdf in nodejs (no dependency to phantomjs)

我正在从动态生成 pdf html(使用车把) 在 nodejs 中使用 html-pdf 包。

问题是依赖phantom js 现在已弃用 而且我不能再使用这个包了。

我可以使用什么替代品?

我建议使用 https://github.com/devongovett/node-wkhtmltopdf,但是这个关于 footers/headers 的选项比 html-pdf 少。

否则我会用https://github.com/GoogleChrome/puppeteer