wubzz / pdf-merge

Merge multiple PDF Files into a single PDF document
127 stars 32 forks source link

Merging streams or buffers. #6

Closed OrenSchwartz closed 8 years ago

OrenSchwartz commented 8 years ago

Is it possible merge pdf streams or buffers without generating files for each one ?

Thanks you, Oren.

wubzz commented 8 years ago

This module cannot do this without generating files. It's using PDFtk to merge the documents.