Skip to main content

Converts PDF files to nighttime mode

Project description

PDF Dark Mode

About

Pypi page

NOTE: This project is going under significant changes! Stay tuned for updates!

This is a python program that converts the white-space in PDF files to have a grey background.

This program works best with non-handwritten PDF's and PDF's without any images.

Installation

Windows

  • Download poppler for Windows from here.

  • Extract the folder somewhere on your PC.

  • Add the path C:<path-to-extracted-folder>\poppler-20.12.1\Library\bin in the Windows Environment PATH.

macOS

  • Mac users will have to install poppler for Mac. You can do so with this homebrew formula.

Linux

  • Most distributions of linux already have pdftoppm installed. If not you can check your package manager on how to install poppler-utils.

Then

Using pip

  • pip install PdfDarkMode

Or

  • git clone https://github.com/JustinTheWhale/PDF-Dark-Mode.git

  • cd PDF-Dark-Mode

  • pip install -r requirements.txt

Usage

from PdfDarkMode.darkmode import convert

convert("example.pdf")

Additionally, you can pass a list of PDF files instead of just one string like so:

from PdfDarkMode.darkmode import convert

convert(["example.pdf", "example2.pdf", ...])

If you dont feel like importing the package (or just didn't install it with pip), you can run it directly from the command line:

python darkmode.py example.pdf example2.pdf ...

Example

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PdfDarkMode-1.0.2.tar.gz (5.8 kB view hashes)

Uploaded Source

Built Distribution

PdfDarkMode-1.0.2-py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page