PDF viewer created using Electron framework and PDF.js
Checkout a more versatile file viewer - https://github.com/praharshjain/Vudit-Desktop
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
PDF.js is available under Apache License.
Electron is released under MIT License.
Rest of the code is MIT licensed.