Gottox / node-pdfutils

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

Convert Stream to Buffer #5

Closed v4l3r10 closed 10 years ago

v4l3r10 commented 10 years ago

Hi! it's possible to convert pdf png stream to buffer?

pdfutils(bufferPDF, function(err, pdf) { var BUFFER = pdf.asPNG();

})

Gottox commented 10 years ago

Not by itself. But they're easy to convert.

See http://stackoverflow.com/questions/14269233/node-js-how-to-read-a-stream-into-a-buffer