Show HN: Free, in-browser PDF editor

https://breezepdf.com/?v=2
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

Comments

maxlohMar 28, 2026, 4:36 PM
Several open-source alternatives already exist. All are powered by pdf-lib, with the first two also utilizing PyMuPDF.

- 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.

philjohnsonMar 28, 2026, 5:00 PM
Well, if you aren't a developer you're not going install a PDF editor by going to GitHub, especially if having a desktop app means downloading the code yourself. Also, all of these you listed were created within the last 6 months, which is after when BreezePDF was initially created anyways. Lots of options out there, everyone can choose however they see fit!
npilkMar 28, 2026, 5:59 PM
Just for competitive reference, note that e.g. BentoPDF has a website as well, not just a GitHub repo: https://www.bentopdf.com/
philjohnsonMar 28, 2026, 6:11 PM
Yes, but not a desktop app that doesn't require downloading the code from GitHub
ramon156Mar 28, 2026, 5:06 PM
These aren't real arguments for/against your project. The body is also AI generated. I do not see a reason why I would want to try out your version, seeing as you don't care about writing a welcoming body.
philjohnsonMar 28, 2026, 5:08 PM
I'm not sure what you mean by "body"
thangalinMar 28, 2026, 4:40 PM
Related: My FOSS tool allows uploading PDF files to a private server for annotating within a browser. Annotations are saved server-side in JSON format, which can be viewed and modified by anyone with the URL.

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

hackernewdsMar 28, 2026, 5:36 PM
This is not related. This is self-promotion and contributes little to OP's show. Poor form..
hackernewdsMar 28, 2026, 5:43 PM
I take that back it does contribute since I realize OP's is paid and yours is FOSS
fabiozMar 28, 2026, 4:40 PM
I usually go for https://simplepdf.com/ (gets the job done, files never leave the browser either).
philjohnsonMar 28, 2026, 5:14 PM
If you try BreezePDF, feel free to give feedback!
zemlyanskyMar 28, 2026, 5:38 PM
"You've used all 3 free downloads this month" much free very no signup
philjohnsonMar 28, 2026, 5:42 PM
There is no sign up required to use it for the 3 free downloads (unlike many other PDF products).
zemlyanskyMar 28, 2026, 6:03 PM
this doesn't make it a free editor. in the EU, you could probably be sued for using that wording: https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELE...
philjohnsonMar 28, 2026, 6:13 PM
I'd get sued for wording on Hacker News?

The website has it's own copy anyways which goes into more detail than an HN post

zemlyanskyMar 28, 2026, 6:38 PM
you're likely a founder or employee posting about your commercial product. and what you post can be classified as misleading commercial practice. so in theory, yes. in practice - who knows. your website copy also claims: "no signup required" which is false, don't you think?
philjohnsonMar 28, 2026, 6:47 PM
It's not false at all. You don't have to sign up to use the product. No sign up doesn't mean no limitations.
souvlakeeMar 28, 2026, 5:29 PM
>This will use 1 of your free monthly downloads. You have 3 remaining.

If this is in [my] browser, why should I pay?

philjohnsonMar 28, 2026, 5:40 PM
If I go to the grocery store and I grab bananas off the shelf, they're already in my hand, so why should I pay?
jaccolaMar 28, 2026, 5:33 PM
People regularly pay for software that runs on their machine.
hackernewdsMar 28, 2026, 5:37 PM
you should pay because you did not build it. same as how you pay for a burger that digests in your intestines
colesantiagoMar 28, 2026, 5:45 PM
souvlakee should vibe code his own clone of BreezePDF and perhaps open source it for the community for free.

Problem solved.

behMar 28, 2026, 4:33 PM
Is this any different from your other submission of the same tool[0] or simply a duplicate?

[0] https://news.ycombinator.com/item?id=43880962

philjohnsonMar 28, 2026, 4:42 PM
Last year there were a couple features, but it was pretty limited. In the year since, I've added a ton more features, created desktop app and CLI. So it was a major overhaul since last time, which is why I posted it again
tomhowMar 28, 2026, 5:38 PM
The HN rule is that a repost of a past submission is a dupe if it last had significant attention and discussion in the preceding 12 months.

The exception is that if it is a major upgrade, such that it is effectively a new/different product.

If this is the case, you need make it clear in your introduction post, how that is the case. You should reference the previous post ("Hey HN, we posted this project here a few months ago and at that time the state of the app was ___". Since then we've added ____, changed ____ and removed ____").

If you can write an intro like that and if the community agrees it's sufficiently changed, it can have some more front page time (because the discussion can be substantially different from what it was last time).

philjohnsonMar 28, 2026, 5:48 PM
Understood. Yes, it was a major upgrade since last time, where then it only had maybe 6/7 features. Now it has nearly 40, plus desktop and a CLI.

I updated the intro, is if sufficient to be unmarked as dup? Thanks

philjohnsonMar 28, 2026, 11:28 PM
I sent an email to the HN email with the updated description since time expired to update it myself. Take a look, thanks!
hilliardfarmerMar 28, 2026, 4:50 PM
That was 10 months ago!!!
raphmanMar 28, 2026, 5:48 PM
Looks nice.

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.

philjohnsonMar 28, 2026, 5:52 PM
Thanks! Looking into text removal issue, fixing now.

Yes, PDF data is never uploaded to the servers. It's the entire reason I created the project, after seeing the all the main results you see when you search on Google upload your data to their servers.

philjohnsonMar 29, 2026, 12:34 AM
Btw this is fixed now!
colesantiagoMar 28, 2026, 5:54 PM
Isn't MuPDF AGPL assuming that BreezePDF is open source in compliance of this license?

I believe AGPL'd software cannot be sold without a license unless there is full disclosure of the source code.

If that is the case, the OP is likely in violation of MuPDF's AGPL license if he is selling and distributing binaries without contacting sales.

philjohnsonMar 28, 2026, 5:57 PM
The MuPDF part is separated from the rest of the code as a completely separate file communicated to over web workers, so the separation means the rest of the code does not need to be open source.
bl4kersMar 28, 2026, 8:07 PM
Not interested in using a tool like this unless it's open source and we can verify it is privacy respecting
philjohnsonMar 28, 2026, 9:44 PM
You can simply open the network requests and verify for yourself. Or download the desktop version
hackernewdsMar 28, 2026, 5:41 PM
Bit bummed to see many posts pitching their own products (often paid) rather than give OP feedback which is the spirit of a ShowHN. There should be a blanket policy of disallowing that.
kykatMar 28, 2026, 4:34 PM
Tried to convert to docx, got failed to import js module error.
pixel_poppingMar 28, 2026, 4:58 PM
CC hasn't caught this :p
philjohnsonMar 28, 2026, 5:03 PM
Sorry about that! Fixing now
madhackerMar 28, 2026, 4:49 PM
my goto -> pdf24
philjohnsonMar 28, 2026, 5:14 PM
If you try BreezePDF, feel free to give feedback!