PDF Dark Mode in ChromeNo Extension Needed

Chrome's built-in PDF viewer has no dark mode toggle. Skip the extensions and their permissions — drop your PDF below and get a dark-themed copy in seconds.

No extension to install Images stay in color Download as new PDF Works on Mobile Chrome

Why Chrome's PDF dark mode is broken

The shortest version: the viewer Google shipped is minimal, and the extensions trying to fix it come with baggage.

Chrome's built-in viewer

Despite Chrome respecting your OS dark theme for the browser UI, the embedded PDF viewer always renders pages on a white background. There's no toggle in chrome://settings, no command-line flag, no user pref. It's been an open issue in the Chromium bug tracker for years.

Extensions like “Dark Reader for PDF”

They apply a CSS invert filter over the page. This has three concrete problems:

  • Photos become negatives. Skies turn orange, skin turns blue. Any image gets color-flipped alongside the text.
  • Local files need extra permission. You have to manually enable “Allow access to file URLs” in chrome://extensions.
  • Broad site permissions. Most of these extensions request “Read and change all your data on the websites you visit.” That's a lot of trust for a color flip.
What PDF Dark does differently
  • Runs on one webpage — no install, no extension permissions
  • Detects image regions by saturation so photos stay in original color
  • Produces a downloadable dark-themed PDF that's dark in every viewer, forever
  • Your file never leaves your browser — verify in DevTools → Network

Using this tool in Chrome

  1. Scroll back to the top of this page (or refresh) — the drop zone is right there.
  2. Drop a PDF from your desktop, or click to pick from File Explorer / Finder / Downloads.
  3. Pages render in Chrome's tab. Pick a theme: Midnight, Sepia, Solarized, or OLED (pure black, great on OLED laptops).
  4. Click Download. Chrome saves the dark version to your usual Downloads folder. Reopen it anywhere — it stays dark forever.

Works on Chrome on Windows, Mac, Linux, ChromeOS, and Android. Needs modern Chrome (v90+), which covers the last 4 years of releases.

FAQ

Does Chrome have a built-in PDF dark mode?

No. Chrome's PDF viewer (chrome://pdf) respects the OS dark theme for the toolbar only — the page content itself always renders on a white background. Google has been asked about this in the Chromium issue tracker for years without a fix.

Do Chrome extensions like 'Dark Reader for PDF' work?

Sort of. They apply a CSS invert filter, which makes text readable but usually breaks images (photos become negatives, charts get mangled). They also require broad permissions and most don't work on local PDF files unless you toggle 'Allow access to file URLs' manually.

Is this faster than installing an extension?

Yes. There's nothing to install — drop a PDF on this page and it converts in seconds. You also get a downloadable dark-themed PDF that you can reopen in any viewer later, not just Chrome.

What happens to images in my PDF?

They keep their original colors. Our algorithm detects image regions by pixel saturation and leaves them alone while it darkens the surrounding text and diagrams.

Does it work on Chrome for Android?

Yes. Chrome on Android supports file uploads, and the conversion runs in the phone's browser. The downloaded PDF is saved to your usual download folder.

Is my PDF uploaded to your server?

No. The entire conversion runs in your Chrome tab via the File API and a Web Worker. Open DevTools → Network while using the tool — you'll see no upload request.