/electron-pdf-viewer

PDF viewer created using Electron framework and PDF.js

Primary LanguageJavaScriptMIT LicenseMIT

GitHub tag (latest SemVer)  GitHub  GitHub commit activity

  Electron PDF Viewer

PDF Viewer app created using Electron and PDF.js.

Installation

Download installers from the Releases section.

Building

  • Requires NodeJS 14.x, 16.x, or 18.x. I recommend using NVM.

Install dependencies :

sudo apt update &&
sudo apt install build-essential python3-software-properties
nvm i

To build & run :

git clone https://github.com/Alex313031/electron-pdf-viewer.git
cd electron-pdf-viewer
npm install && npm start

To generate installation packages :

npm run build && npm run dist

Screenshot

License

LICENSE.md
PDF.js is available under the Apache License.
Electron is released under the MIT License.