mozilla / pdf.js

PDF Reader in JavaScript
https://mozilla.github.io/pdf.js/
Apache License 2.0
48.14k stars 9.95k forks source link

Use PdfJs in Electron app #7397

Closed BesatZardosht closed 8 years ago

BesatZardosht commented 8 years ago

How can I use pdfjs in Electron app? Is there a good tutorial?

timvandermeij commented 8 years ago

This issue tracker is only used to track problems in PDF.js. We do not provide support for using PDF.js with other frameworks/libraries. You can ask for this on the IRC channel or the mailing list. See also previous issues about Electron: https://github.com/mozilla/pdf.js/search?q=electron&type=Issues&utf8=%E2%9C%93. Closing as answered.

yurydelendik commented 8 years ago

How can I use pdfjs in Electron app?

Yes, you can use generic viewer with Electon without any change

Is there a good tutorial?

https://github.com/electron/electron-quick-start, copy generic viewer (with core library) and replace index.html address to web/viewer.html