Skip to content

praharshjain/Electron-PDF-Viewer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
February 8, 2023 14:34
February 7, 2023 17:03
March 21, 2017 20:35
March 9, 2023 11:49
February 7, 2023 16:54
February 8, 2023 14:34
February 8, 2023 14:34
March 27, 2017 23:32

FOSSA Status

  Electron-PDF-Viewer

PDF viewer created using Electron framework and PDF.js

Checkout a more versatile file viewer - https://github.com/praharshjain/Vudit-Desktop

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.

License

FOSSA Status