node webkit - How can I view PDF's in nw.js? -
folks - i'm @ loss, i've followed instructions per manifest here: https://github.com/nwjs/nw.js/wiki/third-party-browser-plugins
- i've included
"plugin": true
in "webkit" section. - i've located pdf.plugin file chrome's internet plug-ins folder , added nw.js app's
{root}/plugins
folder
i can't view pdf file. keep receiving 'couldn't load plug-in'
what doing wrong? can please offer advice?
you can use pdf.js implementation such viewerjs.
Comments
Post a Comment