<?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: Pucyta</title>
    <description>The latest articles on DEV Community by Pucyta (@pucyta).</description>
    <link>https://dev.to/pucyta</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%2F3900935%2Fa9665831-785d-4cf7-b959-4b20b28cb254.png</url>
      <title>DEV Community: Pucyta</title>
      <link>https://dev.to/pucyta</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pucyta"/>
    <language>en</language>
    <item>
      <title>I Built CrabPDF: a Privacy-First PDF Editor That Runs Locally in the Browser</title>
      <dc:creator>Pucyta</dc:creator>
      <pubDate>Mon, 27 Apr 2026 17:11:28 +0000</pubDate>
      <link>https://dev.to/pucyta/i-built-crabpdf-a-privacy-first-pdf-editor-that-runs-locally-in-the-browser-2973</link>
      <guid>https://dev.to/pucyta/i-built-crabpdf-a-privacy-first-pdf-editor-that-runs-locally-in-the-browser-2973</guid>
      <description>&lt;p&gt;PDF tools are everywhere, yes.&lt;/p&gt;

&lt;p&gt;This is what I believed. But every time I needed to edit quickly a PDF from another computer, I found always the same problems: upload your file, create account, download some software on desktop, pay before to do the useful part, or accept that your document go through a server somewhere.&lt;/p&gt;

&lt;p&gt;This felt wrong, especially for documents that maybe contain personal informations, legal things, financial papers, or work files.&lt;/p&gt;

&lt;p&gt;So I decided: build &lt;strong&gt;CrabPDF&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I Built It
&lt;/h2&gt;

&lt;p&gt;Do not think I built CrabPDF because internet needs another PDF tool.&lt;/p&gt;

&lt;p&gt;There are already many tools. Use them to merge PDFs, split pages, rotate documents, convert files. Okay, fine.&lt;/p&gt;

&lt;p&gt;But the problem is that most of them stop to be simple when you need something more serious. Edit text inside PDF, run OCR, compress the document, apply real redaction... try to do this. You will see.&lt;/p&gt;

&lt;p&gt;And privacy? Often is not clear.&lt;/p&gt;

&lt;p&gt;Many online PDF editors say "secure" or "privacy-friendly" but still the user must upload the document to a server. For some documents, this is simply not acceptable. Do not do this.&lt;/p&gt;

&lt;p&gt;I wanted something different. Open the website. Load a PDF locally. Edit it in the browser. Install it as a PWA. Disconnect from internet. Keep working offline.&lt;/p&gt;

&lt;p&gt;This became the core idea.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Makes CrabPDF Different
&lt;/h2&gt;

&lt;p&gt;Do not upload your file. This is the main point.&lt;/p&gt;

&lt;p&gt;CrabPDF process the PDF inside the browser. The core editing workflow does not require to upload the document to a backend server.&lt;/p&gt;

&lt;p&gt;This matter because PDFs often contain sensitive data. Contracts, invoices, medical documents, identity documents, work files, these are not files that people should upload casually to a random website. Please, think about this.&lt;/p&gt;

&lt;p&gt;With CrabPDF, your file stay on your machine.&lt;/p&gt;

&lt;p&gt;The browser load the app, but the document itself is handled locally. This means also you can install CrabPDF as Progressive Web App. Once installed and cached, open it and continue to work even without active network connection.&lt;/p&gt;

&lt;p&gt;For me, this is the real privacy angle. Not just "we promise we delete your file later." More like: your file does not need to leave your computer in first place.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Browser-Based PDF Editing Is Hard
&lt;/h2&gt;

&lt;p&gt;Do not think PDF editing is simple. It is not.&lt;/p&gt;

&lt;p&gt;When you see a paragraph in a PDF, internally maybe it is not stored as paragraph at all. It can be a collection of positioned text fragments, each with own coordinates, font references, transformations, encoding details.&lt;/p&gt;

&lt;p&gt;So the editor must handle: detect text positions, map rendered text back to PDF objects, handle embedded fonts, preserve layout, deal with scanned documents, support different PDF producers, avoid broken output files — and make all of this work inside the browser.&lt;/p&gt;

&lt;p&gt;Then there is performance. Be careful with this. PDF processing can be heavy.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;I would not have built CrabPDF if I found quickly a tool that did what I needed.&lt;/p&gt;

&lt;p&gt;I wanted a PDF editor that run locally in browser, let me edit real PDF text, support OCR, compress documents, perform true redaction, and work without force me to upload sensitive files or create an account.&lt;/p&gt;

&lt;p&gt;This combination was harder to find than I expected.&lt;/p&gt;

&lt;p&gt;So I built it. Try it, use it, and send me feedback.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://crabpdf.com" rel="noopener noreferrer"&gt;https://crabpdf.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Do not be shy.&lt;/p&gt;

</description>
      <category>privacy</category>
      <category>productivity</category>
      <category>showdev</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
