Live data from Hacker News

Show HN: Free, in-browser PDF editor

breezepdf.com

171–180 of 188 posts

Re: Show HN: Free, in-browser PDF editor

#171
post #154

Doesnt Firefox do this natively?

Yeah there is currently a bit of overlap, but even with my software in it’s current state, it has password protecting a PDF, merging PDFs, reordering pages and adding input fields, all of which Firefox doesn’t have. And, I’m just getting started with this, lots more features to be imminently!

As long as you are aware of projects like pdf24 and stirling pdf.

Re: Show HN: Free, in-browser PDF editor

#172

Earlier quoted context omitted.

Yeah there is currently a bit of overlap, but even with my software in it’s current state, it has password protecting a PDF, merging PDFs, reordering pages and adding input fields, all of which Firefox doesn’t have. And, I’m just getting started with this, lots more features to be imminently!

As long as you are aware of projects like pdf24 and stirling pdf.

Yes, though both of those send documents to their server which might be a concern for some people. And most people working with PDFs wouldn't know how to setup stirling locally.

BreezePDF doesn't send any data to the server, and for even further assurance, I'll be releasing the editor as a downloadable desktop version very soon.

Re: Show HN: Free, in-browser PDF editor

#175
post #45
post #31

Why would you want functionality like this to be in a browser? Isn't a browser for interfacing to http?

The functionality isn’t actually in the browser, it’s in the files downloaded via HTTP.

Yes, that's a good way of framing it. Though technically the files are executed in the browser. Will be releasing downloadable desktop version soon.

Re: Show HN: Free, in-browser PDF editor

#176

I use stirling-pdf for this, ran locally with docker run -d -p 8080:8080 -e DOCKER_ENABLE_SECURITY=false --name stirling-pdf frooodle/s-pdf:latest Lots of features, OP you should definitely check this out

Official image seems to be "docker.stirlingpdf.com/stirlingtools/stirling-pdf:latest" BTW.

Re: Show HN: Free, in-browser PDF editor

#177

Thanks for making this, and making it freely available. I actually have a use case for your other product: pdfredactoronline.com as I need to redact personal info on job applications, and I'm delighted to have come across it in this thread. Thanks for solving a problem.

I’m glad it can be of use!

It's great, used it pretty extensively yesterday! My only request would be if there was a way to undo your last redaction (apologies if there is a way and I missed it). I found that if I got it wrong I had to refresh the page to start over. It's not a big deal though, and either way, it's a really good tool and I've recommended it be used as part of our internal recruitment process going forward. Thanks again!

Re: Show HN: Free, in-browser PDF editor

#179
post #178

Nice one. Since it's a Free in browser pdf editor, Why is it not on GitHub ?

Thanks! It's not on GitHub because I don't desire for it to be redistributed by others. I will be releasing a downloadable desktop version (as a Progressive Web App) with even more features for a nominal one time payment. It makes the most sense to do it this way because having some monetization is good motivation to keep improving the product, while people still getting the benefits of running it completely locally.

Besides, most people working with PDFs aren't developers who wouldn't be able to host it locally on their own.

Re: Show HN: Free, in-browser PDF editor

#180

My wife hit a wall trying to upload a hefty PDF - every “shrink” tool we tried barely compressed the size, and some even made it larger! Frustrated by the state of PDF compressors (looking at you, Adobe), I turned to LLMs - Claude, Deepseek, and Gemini came up short, but OpenAI’s o4-mini saved the day with a perfect solution. That inspired me to build pdfmini: a tiny, open‑source, client‑side HTML app that crushes PD…

Well so I glanced at what that project does. Congratulations, you've managed to "compress" PDF files by rasterizing every page to JPEG, while destroying all the vector and textual information in it. The resulting PDF is nothing like the input -- it's just a bunch of blurry JPEG images wrapped in a PDF format. You can't search or copy the text, and trying to print it will just make a blurry mess of the text.

Nail it. I requested a 50% compression for a 200MB PDF file that contained pictures, and the tool made it an illegible mess. I can't imagine using this tool for anything serious, like tax returns, that requires a machine-readable file.
Post reply on HN