Live data from Hacker News

Show HN: Free, in-browser PDF editor

breezepdf.com

11–20 of 188 posts

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

#11

You'd think at this point there would be a dozen solid competitors to Adobe Acrobat. You'd really fuckin think so. And yet filling out a pdf and signing it with a certificate (aka the bog standard procedure for much of modern bureaucracy) is still too much to ask for any pdf software on linux. It just doesn't exist. How?

I use LibreOffice Draw

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

#12

You'd think at this point there would be a dozen solid competitors to Adobe Acrobat. You'd really fuckin think so. And yet filling out a pdf and signing it with a certificate (aka the bog standard procedure for much of modern bureaucracy) is still too much to ask for any pdf software on linux. It just doesn't exist. How?

I use Scribus to edit PDfs https://scribus.net

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

#13
post #3

doesn't "edit" PDF text, just adds more.

That's the problem with all the pdf editors available out there. I guess adding stuff is much easier than editing existing stuff which you didn't add, and can be laid out in a gazillion ways, because PDF is a format for viewing and printing, not for editing. I had a period when I worked with lots of documents. I could only find one fairly decent PDF editor which deserves to be called that way. I could use it to open…

Editing text in PDFs is _really_ hard compared to other document formats because most PDFs don't really encode the "physics" of the document. I.e. there isn't a notion of a "text block with word wrapping," it's more "glyphs inserted at location X with font Y."

If the PDF hasn't been made accessible, you have to do a lot of inferencing based on the layout about how things are grouped and how they should flow if you want to be able to make meaningful edits. Not impossible (Acrobat does it), but very challenging.

It's part of the legacy of PDF as a format for presentation and print jobs, rather than typesetting.

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

#15

You'd think at this point there would be a dozen solid competitors to Adobe Acrobat. You'd really fuckin think so. And yet filling out a pdf and signing it with a certificate (aka the bog standard procedure for much of modern bureaucracy) is still too much to ask for any pdf software on linux. It just doesn't exist. How?

I use LibreOffice Draw

Does that do a perfectly accurate import?

Whenever I import PDF's into drawing programs, add something, and then export, something always seems to get messed up.

Whether it's font glyphs, or font spacing, or something to do with layer ordering.

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

#16
post #3

doesn't "edit" PDF text, just adds more.

What I miss in free alternatives is the ability to redact. Not just by placing a black bar above, but such that the text also leaves the PDF. Shouldn't even need to reflow other text as mentioned in another comment, as things would otherwise stay the same.

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

#17
Nice work. I've been building something lately to manipulate PDFs in the browser for privacy, although it's quite a different use case.

I think I see you're using pdf-lib and jspdf - both great libraries, and I'm using both, but:

(1) Have you seen the recent WASM compilation of MuPDF? I am also using it for some functions and find it really excellent with accessible APIs and highly functional. Worth an try!

(2) We chose different forks of the (unmaintained) pdf-lib - is there a reason you went with `pdf-lib-plus-encrypt`? I chose the cantoo fork, which seemed well-maintained to me - but I didn't research many others so would be interested to know if there is a good reason.

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

#20
post #12

You'd think at this point there would be a dozen solid competitors to Adobe Acrobat. You'd really fuckin think so. And yet filling out a pdf and signing it with a certificate (aka the bog standard procedure for much of modern bureaucracy) is still too much to ask for any pdf software on linux. It just doesn't exist. How?

I use Scribus to edit PDfs https://scribus.net

Weird: Your link is broken for me, but typing in exactly the same text to the address bar resolves perfectly.

Is it somehow filtering out referrals from this site?

Post reply on HN