<?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>Forem: HuntingDev</title>
    <description>The latest articles on Forem by HuntingDev (@huntingdev).</description>
    <link>https://forem.com/huntingdev</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%2F3866460%2F8cbc4ce2-e9cf-43e6-9c82-8434daece57f.png</url>
      <title>Forem: HuntingDev</title>
      <link>https://forem.com/huntingdev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/huntingdev"/>
    <language>en</language>
    <item>
      <title>I built a PDF tool that never uploads your files (client-side only)</title>
      <dc:creator>HuntingDev</dc:creator>
      <pubDate>Tue, 07 Apr 2026 19:41:06 +0000</pubDate>
      <link>https://forem.com/huntingdev/i-built-a-pdf-tool-that-never-uploads-your-files-client-side-only-4m7m</link>
      <guid>https://forem.com/huntingdev/i-built-a-pdf-tool-that-never-uploads-your-files-client-side-only-4m7m</guid>
      <description>&lt;p&gt;Most online PDF tools ask you to upload your files which means:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Your documents go to a server&lt;/li&gt;
&lt;li&gt;You don’t know how long they’re stored&lt;/li&gt;
&lt;li&gt;Sensitive data can be exposed&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I didn’t like that. So I built a simple alternative:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://nouploadpdf.org" rel="noopener noreferrer"&gt;https://nouploadpdf.org&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  💡What’s different?
&lt;/h2&gt;

&lt;p&gt;Everything runs completely in your browser.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No file upload&lt;/li&gt;
&lt;li&gt;No server processing&lt;/li&gt;
&lt;li&gt;No storage
Your files never leave your device.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🛠️ How it works (high level)
&lt;/h2&gt;

&lt;p&gt;Instead of sending files to a backend:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Files are processed locally in the browser&lt;/li&gt;
&lt;li&gt;Operations happen in memory&lt;/li&gt;
&lt;li&gt;Output is generated instantly&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This makes it faster for small tasks, completely private. People upload resumes, contracts, financial documents etc. to random PDF tools online which is a risky action. This approach removes that risk entirely.&lt;/p&gt;

&lt;h2&gt;
  
  
  ⚖️ Trade-offs
&lt;/h2&gt;

&lt;p&gt;There are some limitations:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Performance depends on your device&lt;/li&gt;
&lt;li&gt;Large files can be slower&lt;/li&gt;
&lt;li&gt;Browser memory limits apply
But for most everyday use cases, it works well.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🙌 Looking for feedback
&lt;/h2&gt;

&lt;p&gt;If you’re a developer or frequent PDF user, try it- &lt;a href="https://nouploadpdf.org" rel="noopener noreferrer"&gt;https://nouploadpdf.org&lt;/a&gt;. Would love your feedback.&lt;/p&gt;

</description>
      <category>sideprojects</category>
      <category>showdev</category>
      <category>product</category>
      <category>website</category>
    </item>
  </channel>
</rss>
