我想将 html 转换为 pdf 文档。使用包含漏洞的 html-pdf npm 模块。 https://snyk.io/vuln/SNYK-JS-HTMLPDF-467248
请提出替代解决方案。
我想将 html 转换为 pdf 文档。使用包含漏洞的 html-pdf npm 模块。 https://snyk.io/vuln/SNYK-JS-HTMLPDF-467248
请提出替代解决方案。
有json到pdf。https://www.npmjs.com/package/pdfkit非常流行。您必须将现有模板从 html 转换为 json,但它可以工作。
您也可以使用配置提供 phantomjs 参数
phantomArgs: ['--local-url-access=false']