Although it's an interesting idea, I suspect it will never work in practice because word processing is just too complex. There are just too many complex features that people expect to have available. Different implementations will never be sufficiently compatible. Perhaps the solution is to bundle your document with a WebAssembly binary of a particular version of LibreOffice? OK, maybe you could separate the rendering functionality from the UI stuff, but it's hard to see how in practice you could get documents to be editable and rendered in the same way everywhere except by having everyone run the same binary to do the rendering, and there will inevitable be a hundred versions of that binary in use as new features get added.
The Editable PDF Initiative
101–110 of 162 posts
Re: The Editable PDF Initiative
#102Being read-only is the thing why we have PDF in the first place. If you want to do changes, go back to the program where it came from. It's simple as that! :)
Re: The Editable PDF Initiative
#103It would be nice to have an open standard for 3D food printing though.
Re: The Editable PDF Initiative
#104Is this some weird kind of satire I don't understand? Being read-only is the thing why we have PDF in the first place. If you want to do changes, go back to the program where it came from. It's simple as that! :)
Re: The Editable PDF Initiative
#105Often, a PDF contains just a single raster bitmap with the whole content rasterized. Also, text is often converted to vector shapes, which also makes it non-editable (as text). But it can open / save PDFs from Google Docs and other editors quite well.
Re: The Editable PDF Initiative
#106> PDF has long become the de facto format for exchanging print-oriented documents on the Web, and for a good reason: it works, and reliably so! Perhaps it's that way because it's read-only? If PDF files had to be generated in such a way that they can later be edited, things would get a lot more complex and probably less reliable. Also it feels like it's the wrong way to go about it, because no matter what PDF editing…
Re: The Editable PDF Initiative
#107Re: The Editable PDF Initiative
#108I used to write print production software. I'm no stranger to PDF.
I recently had to fill out a PDF form and send it back. It took me way too long to figure out the "form elements" were just images. I kept trying to use different clients, thinking the content creator must have used some poorly supported corner case of the PDF spec.
So I printed the frikkin PDF, wrote on it, scanned it, and sent it back.
What could be easier?
Re: The Editable PDF Initiative
#109Earlier quoted context omitted.
Yeah, now that nearly everything prints or saves to pdf format, I have little use for a direct editor. Just make sure my PDF's always open and always look the same. What I would like, is to make PDF's easy to markup with highlighting, circles, comments etc. Currently, even in Acrobat, it's not very intuitive.
Interesting. I recall saving as MHTML when I was young but it looks like that's not a thing now.
Re: The Editable PDF Initiative
#110Earlier quoted context omitted.
I’ve met a few people who feel passionately the way you do, and don’t get it. I worked with archivists on a few projects and never appreciated the dumpster fire that electronic documents presented. PDF is an amazing thing as you get an expressive format that preserves look, feel and content and will likely do so for the foreseeable future. Just the fact that the US Federal courts standardized on PDF for most filings…
Problem is that PDF does not preserve content in a machine readable format. It’s a one way street. Once converted to PDF you can’t convert to another format without losing a lot of content and formatting.
PDFs are often display focused and difficult to parse, but it’s certainly possible to do so.
It’s success in the market as compared to a edit focused format like ODF underlined how important display consistency is.