我正在搜索NPM包,这可以帮助我将多个PNG图像组合并转换为pdf格式。但是我只能找到pdf到png转换包而不是相反。
https://www.npmjs.com/search?q=png%20to%20pdf&page=1&ranking=optimal
答案 0 :(得分:0)
PDF只是一种文档格式。您最终可以添加新图像。看,这是一个类比问题。 Is there an npm module to modify a pdf file in node.js?
答案 1 :(得分:0)
最近我开始使用imagemagic,它非常快。虽然我还没有尝试过,但是有一个可用于imagemagic的节点包。