/NightPDF

Dark Mode PDF Reader built using Electron and PDF.js

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

NightPDF

Dark Mode PDF reader

It uses Electron but my eyes dont care.

This is a fork of eleloya/NightPDF which is no longer maintained by eleloya. Due to not being able to build or develop mac os support, I've stripped out mac os support

NightPDF screencast

Download Binaries

NightPDF logo

Binaries for Linux and Windows

Limitations

There is limited support for xfa forms, and saving forms with filled in data. This will be worked on with coming releases.

Development

Requirements

This software was developed using

  • node: v16.6.1
  • yarn: v1.22.11
  • Arch Linux Rolling

Instructions

  1. Install dependencies
npm install
  1. Run
npm start

Building Release Version

  1. Install dependencies
npm install
  1. Build release
npm run dist

Licenses