metaist / pdfmerge

Command-line utility for merging, splicing, and rotating PDF documents.
http://metaist.github.io/pdfmerge/
Other
121 stars 24 forks source link

Merging pdf streams of buffers instead of files of disc. #17

Closed rolandnsharp closed 7 years ago

rolandnsharp commented 7 years ago

Hi, I'm trying to use this tool to merge pdfs that I'm creating in node.js on a server. The problem is that the server doesn't allow writing to disc so my pdfs are in streams. Is it possible to merge two pdf streams?

Thanks

rolandnsharp commented 7 years ago

sorry, wrong repo

metaist commented 7 years ago

No worries. But actually, I probably should make it possible to merge streams someday :-)