pablo-dave / Electron-PDF-Viewer

PDF viewer created using Electron framework and PDF.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  Electron-PDF-Viewer

PDF viewer created using Electron framework and PDF.js

Usage

Download executable from Releases

Or build from source :

Install dependencies (Node.js, npm etc) -

$ sudo apt-get install python-software-properties
$ curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
$ sudo apt-get update
$ sudo apt-get install build-essential
$ sudo apt-get install nodejs
$ sudo apt-get install npm

To run -

$ git clone https://github.com/praharshjain/Electron-PDF-Viewer.git
$ cd Electron-PDF-Viewer
$ npm install && npm start

Screenshot

License

PDF.js is available under Apache License.
Electron is released under MIT License.
Rest of the code is MIT licensed.

About

PDF viewer created using Electron framework and PDF.js

License:MIT License


Languages

Language:Java 84.3%Language:CSS 7.1%Language:JavaScript 5.5%Language:HTML 3.1%