Merging PDFs in Node

前端 未结 2 1239
[愿得一人]
[愿得一人] 2021-02-09 19:40

Hi i\'m trying to merge pdf\'s of total of n but I cannot get it to work.

I\'m using the Buffer module to concat the pdf\'s but it does only apply the last pdf

2条回答
  •  孤独总比滥情好
    2021-02-09 20:23

    HummusJS is another PDF manipulation library, but without a dependency on PDFtk. See this answer for an example of combining PDFs in Buffers.

提交回复
热议问题