Show HN: Free, in-browser PDF editor (breezepdf.com)
Edit, sign, merge, compress, redact, OCR, fill forms, extract tables, and 30+ more tools — all in the browser, no sign-up. Files never leave your computer. Now with a desktop app (macOS/Windows/Linux) and a CLI/SDK for developers.
Last time this was posted it was in it's infancy, and how I've added a bunch more to it
11 comments
[ 3.5 ms ] story [ 22.5 ms ] thread[0] https://news.ycombinator.com/item?id=43880962
- BentoPDF (12.3k stars): https://github.com/alam00000/bentopdf
- PDFCraft (3.6k stars): https://github.com/PDFCraftTool/pdfcraft
- PDFLince (31 stars): https://github.com/GSiesto/pdflince
Since this project likely uses the same stack, I’m not sure what the selling point of a more limiting product is.
https://repo.autonoma.ca/repo/notanexus/blob/HEAD/README.md
The software uses PHP and PDF.js for displaying and annotating. Screenshot:
https://i.ibb.co/gL39qGdc/notanexus.png
If this is in [my] browser, why should I pay?
Redacting text seems to actually work. However, editing existing text results in both the original text and the edited version being shown in the PDF after download.
(The page downloads mupdf (WASM) for rendering the PDF. When "downloading" (= saving) the PDF, the page first checks whether the allowed three downloads have been reached via a POST request (no PDF data uploaded), then it downloads PyIodide and some Python wheels (pdfrw, defusedxml) before creating the PDF file.