Add PDF Dark to Readers and viewers#19
Open
1436941541 wants to merge 1 commit into
Open
Conversation
Author
|
Friendly ping on this one 👋 — happy to adjust placement, wording, or anything else that would make it easier to merge. Thanks for maintaining the list! |
Contributor
|
Hi @1436941541 at a glance converting a PDF to dark mode make sense and is also a quite complex task. Took me a bit of time to test and check all the pages of https://pdfdark.org/ I see a few problems at a glance
I have a tendency to say that your service is not a viewer, it goes under "creation and process" as the final output is a downloadable PDF. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Adds PDF Dark to the Readers and viewers section.
Closes #18
What it does
PDF Dark is a free, open-source web app that converts any PDF to dark mode entirely in the browser. It uses PDF.js for rendering and applies color inversion + theme transforms client-side, so files are never uploaded — making it usable for sensitive or confidential documents too. Supports four themes (true dark, sepia, blue-tint, high-contrast) and preserves embedded images.
Why it fits
The Readers and viewers section already lists tools like mozilla/pdf.js and Sioyek. PDF Dark serves the same purpose — a PDF reader/viewer — with a complementary niche (eye-friendly dark mode for night reading) and a notable privacy property (zero upload, fully client-side).