Show HN: Privacy friendly suite of PDF tools (pdfux.com)
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.
45 comments
[ 3.4 ms ] story [ 106 ms ] threadAlso, 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.
(I already ruled out ads, since I don't want to clutter the tool and also most ad networks are not exactly privacy friendly which one of the main ideas behind the tool)
I always wonder if casual gratitude adds up to as much as ad networks. Probably not.
Great work!
FYI, the other existing ones that I know and have used is https://www.sejda.com
This. Keep up the good work.
https://www.npmjs.com/package/coherentpdf
I've vouched for all your comments so far to revive them, but you might want to email hn@ycombinator.com about this.
Perhaps reword as Secure,private, fast and free local in browser PDF tools?
Congratulations.
Look forward to learn from the source code.
I am not sure what you mean by the "WASM locally manipulated notifier"?
Digital signature is a good idea for feature, I have added it to my feature todo list.