PDF Viewer app created using Electron and PDF.js.
Download installers from the Releases section.
- 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
LICENSE.md
PDF.js is available under the Apache License.
Electron is released under the MIT License.