Live data from Hacker News

Show HN: Privacy friendly suite of PDF tools

pdfux.com

1–10 of 46 posts

Show HN: Privacy friendly suite of PDF tools

#1
Hi HN,

I have been working on a set of PDF tools that does all the processing directly in the web browser. From time to time I needed to do some simple PDF manipulations like merging PDF files. Sometimes the files contain my personal data and I was not comfortable using other online services where the file usually is uploaded to a remote server.

Behind the scenes there is a small library written in C++ doing the changes to the PDF files. I am using the Emscripten compiler to compile it to WebAssembly that is running in the browser. It was a very good learning for me and it was easier than I thought to get something working, credits to the Emscripten project. The tool is also a PWA and can be used offline (once loaded).

I am looking for any kind of feedback, comments or ideas for new tools that I could add.

Show HN: Privacy friendly suite of PDF tools
pdfux.com

Re: Show HN: Privacy friendly suite of PDF tools

#4
post #3

Honestly, you should charge like $1 for each operation. People will trust it more that way, as you're not incentivized to snoop on their files (or put 500 ads everywhere).

Ah yeah, the surefire way of getting "trust" is by charging people, how could one forget about this obvious way...

Also, how would charging work when you're offline? One of the features of the tooling is that stuff works offline, seems maybe charging for each use wouldn't quite match up with reality.

Re: Show HN: Privacy friendly suite of PDF tools

#7
This is very cool. I had to build something similar but did it server side... client side seems like a much better option. My first thought was... I don't know of any client side pdf libraries that work in the browser... this seems like a good case for WebAssembly.
Post reply on HN