如何在 nodejs 中将 html 页面导入为 pdf

How to import html page as pdf in nodejs

我有一个 html 页面,其中包含使用 Amcharts 创建的图 我需要生成我的 html 页面的 pdf。 Amcharts 提供了 this link 用于在 javascript 中导出 html 我的问题是有什么方法可以 从服务器端导出页面,即 nodejs .

给定站点中没有这样的教程,到目前为止我已经尝试了 phantomjs 插件,但它没有帮助。

Amcharts 有一个 knowledgebase article showing how to do this. If you prefer an alternative you can try pdfmake 并自己用 png 构建 pdf。

获得 pdf 后,您可以很容易地通过节点上的端点提供文件,例如 using express