Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用html-pdf npm 包从 nodejs 中的静态 HTML 代码创建 pdf。但它是严重的严重漏洞。我想改变这个包。是否有任何包可用于在服务器端将 HTML 代码转换为 PDF。
是的,先生……您可以使用 Puppeteer。Puppeteer 是一个 Node 库,它提供了一个高级 API 来通过 DevTools 协议控制 Chrome 或 Chromium。Puppeteer 默认运行无头,但可以配置为运行完整(非无头)Chrome 或 Chromium。