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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -