Menu

Post image 1
Post image 2
1 / 2
0

A GPU-Accelerated PDF Dark Mode Converter, That Runs Entirely in Your Browser

DEV Community·BrAtUkA_dotdev·23 days ago
#JtMiPHO0
Reading 0:00
15s threshold
Cover image for A GPU-Accelerated PDF Dark Mode Converter, That Runs Entirely in Your Browser

BrAtUkA_dotdev

The Problem

  • OS dark mode doesn't affect PDF content
  • Existing tools upload your files, are slow, or have few options

What I Built

  • 16+ themes, GPU-accelerated, fully offline, zero uploads
  • Link to live tool + screenshot

How It Works (Technical)

  • pdf.js rendering → Canvas API color transform → PDF assembly
  • Parallel page processing
  • Text layer preservation technique
  • Image detection and preservation

Try It / Contribute

Read More