NewsLab
Apr 28 22:18 UTC

Show HN: CrabPDF – privacy-first PDF editor that edits real text (crabpdf.com)

10 points|by rabbithols||7 comments|Read full story on crabpdf.com
Most PDF editors just overlay text boxes. CrabPDF modifies the actual text inside the file. Nothing leaves your computer... no server, no account, works offline.

Comments (7)

7 shown
  1. 1. axeldunkel||context
    Amazing, looks too good to be true :-) But no ToS, Imprint, whether it is commercial or open source?
  2. 2. nawi||context
    i am sorry to ask, but the service looks like a cloud base solution, so if i will drop the pdf to test box, will you store it? or remove the ref?
  3. 3. yashwi_||context
    If this is implemented fully in the browser, the file wouldn’t actually be uploaded anywhere. Modern browsers can read local files via the File API and process them with JS/WebAssembly.

    One way to verify is to open the Network tab in DevTools and see if any requests are made when editing the PDF.

  4. 4. rabbithols||context
    I totally understand the concern.

    That’s exactly why I suggest installing it as a PWA and then disabling network access on the PWA. In my opinion, that’s actually the best way to use it.

  5. 5. rabbithols||context
    no. No data are shared with the server.
  6. 6. natloz||context
    Interesting approach. I think even if you assure that it is not in the cloud, most people will associate uploading something to the web-browser as being in the cloud, may be a tough hurdle. Cool idea however, nice work!
  7. 7. rabbithols||context
    Yes, sadly but true.