<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Issah Yoder</title>
    <description>The latest articles on DEV Community by Issah Yoder (@issah_yoder_8b734f7881679).</description>
    <link>https://dev.to/issah_yoder_8b734f7881679</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3963680%2F2a6c431e-079f-4075-a67d-3f2c182bc3b8.png</url>
      <title>DEV Community: Issah Yoder</title>
      <link>https://dev.to/issah_yoder_8b734f7881679</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/issah_yoder_8b734f7881679"/>
    <language>en</language>
    <item>
      <title>I built a small tool to make PDFs easier to read at night</title>
      <dc:creator>Issah Yoder</dc:creator>
      <pubDate>Tue, 02 Jun 2026 03:23:25 +0000</pubDate>
      <link>https://dev.to/issah_yoder_8b734f7881679/i-built-a-small-tool-to-make-pdfs-easier-to-read-at-night-3po6</link>
      <guid>https://dev.to/issah_yoder_8b734f7881679/i-built-a-small-tool-to-make-pdfs-easier-to-read-at-night-3po6</guid>
      <description>&lt;p&gt;I read a lot of PDFs at night, especially on my phone.&lt;/p&gt;

&lt;p&gt;And honestly, PDFs are not great for that.&lt;/p&gt;

&lt;p&gt;Most of them still feel like digital paper: white background, fixed layout, and tiny text. Dark mode helps a bit, but many tools only change the page color.&lt;/p&gt;

&lt;p&gt;The bigger problem for me was mobile reading.&lt;/p&gt;

&lt;p&gt;When the text is too small, I have to pinch zoom, move the page left and right, zoom out again, then repeat the same thing on the next paragraph.&lt;/p&gt;

&lt;p&gt;After doing that too many times, I thought:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Why can’t I just read the PDF text like an article?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;So I built a small free tool:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://pdfdarkmode.org" rel="noopener noreferrer"&gt;PDF Dark Mode&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It has two reading modes.&lt;/p&gt;

&lt;h2&gt;
  
  
  Page color mode
&lt;/h2&gt;

&lt;p&gt;This keeps the original PDF layout, but makes the page darker and easier to read at night.&lt;/p&gt;

&lt;p&gt;I use this for scanned PDFs, tables, image-heavy documents, or files where the original layout matters.&lt;/p&gt;

&lt;h2&gt;
  
  
  Text reading mode
&lt;/h2&gt;

&lt;p&gt;For selectable PDFs, the tool can extract the text and show it in a cleaner reading view.&lt;/p&gt;

&lt;p&gt;You can adjust the font size, line height, font family, and theme.&lt;/p&gt;

&lt;p&gt;This is the part I personally wanted most, because it makes mobile reading much more comfortable. Instead of constantly pinch-zooming a fixed PDF page, the PDF starts to feel more like a normal article.&lt;/p&gt;

&lt;h2&gt;
  
  
  Privacy
&lt;/h2&gt;

&lt;p&gt;The tool runs locally in the browser.&lt;/p&gt;

&lt;p&gt;Your PDF is not uploaded to a server, and refreshing the page clears the current session.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;You can try it here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://pdfdarkmode.org" rel="noopener noreferrer"&gt;PDF Dark Mode&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I built it for my own night reading, but I’d love to hear feedback from anyone who reads PDFs on mobile.&lt;/p&gt;

&lt;p&gt;Also, if you ever need to convert a dark PDF back to a light version, I made a related tool for that too:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://pdflightmode.com" rel="noopener noreferrer"&gt;PDF Light Mode&lt;/a&gt;&lt;/p&gt;

</description>
      <category>tools</category>
      <category>webdev</category>
      <category>pdf</category>
    </item>
  </channel>
</rss>
