webodf / ViewerJS

ViewerJS: Document Reader in JavaScript
http://viewerjs.org
1.94k stars 421 forks source link

Read stream of a pdf instead pdf path #218

Open davidedellai opened 7 years ago

davidedellai commented 7 years ago

Hi, is it possible in some way to put a stream of a pdf file instead the correct path of it? Unfortunatelly i've got only the stream and not the path. So i can't do something like:

var iFramePdfFile = "../vendor/ViewerJS/#" + myPdfPath;

because i've got only the stream. Thank you

manuel-uberti commented 6 years ago

Any update on this one?