Gottox / node-pdfutils

tool for analyzing and converting PDF
104 stars 23 forks source link

Example for joining multiple pdf #17

Open DanieleSassoli opened 10 years ago

DanieleSassoli commented 10 years ago

Hy, I wanted to know if it's possible to join multiple pdf file's with this library. It would be great to have this feature. I'm trying to doing it myself but I'm having some conceptual problems.

Gottox commented 10 years ago

With version 0.3.x, this is not possible.

There's a rewrite in the rewrite-0.4 branch which allows different backends. The currently used backend (poppler) can't handle manipulations on the pdf itself. But I plan to switch to pdfium which supports this.

Anyway, I'm currently busy with other stuff, so it'll take some time.