Earlier quoted context omitted.
I would argue that PDF is nightmarishly bad - truly one of the worst formats ever created on almost all fronts - but it's the best and most featured option for its use case. Depressingly, I find this is true about a lot of things. I don't know what the answer is.
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…
The Editable PDF Initiative
31–40 of 162 posts
Re: The Editable PDF Initiative
#32Earlier quoted context omitted.
It’s phenomenal for so many use cases it’s absurd. I have a huge stash of PDF files—tons of articles that I’ve saved so I can refer to them later. Meanwhile, half the links I have to blog posts are dead, if not more. I know that I’ll be able to read these PDFs 10 years from now, or 20 years from now. Plenty of them are 10 or 20 years old. PDF is great for: - Archiving. It’s self-contained and will work 20 years down…
Why not just archive.org or CTRL-S?
Re: The Editable PDF Initiative
#33Earlier quoted context omitted.
What's a better format for displaying and printing documents consistently and with selectable text? > It doesn’t adapt to screen sizes That is a feature. I expect my PDFs to display with pixel-perfect consistency everywhere. There are other formats that adapt to screen sizes. HTML is good for that, if we ignore how people break that with styling.
“printing documents consistently and with selectable text” It’s fine for that purpose but it’s terrible for eBooks, manuals, science papers and a lot of other stuff it’s used for. Some HTML with everything in one file would be much better in my opinion. Something like CHM maybe which MS used to use for help files.
You just described the ePub format. It’s a ZIP file with HTML docs in it.
Re: The Editable PDF Initiative
#34I would prefer a “kill PDF” initiative :). PDF is a terrible format for almost all purposes it’s used for. It doesn’t adapt to screen sizes, is hard to parse and loses a ton of information from source documents. I don’t think we could have picked a much worse file format for widespread use.
Re: The Editable PDF Initiative
#35I would prefer a “kill PDF” initiative :). PDF is a terrible format for almost all purposes it’s used for. It doesn’t adapt to screen sizes, is hard to parse and loses a ton of information from source documents. I don’t think we could have picked a much worse file format for widespread use.
Well, the idea behind PDF is good, just revamping the format will help a lot - remove the unnecessary features, ambiguities, remove old and legacy features, etc.
Re: The Editable PDF Initiative
#36Sometimes you want to send out a finalized document and want to make 99% of the users unable to edit them. That's what PDFs are for. Imagine lawyers needing to send out a finalized contract. Or a graphic designer sending out the finalized design. Or an electronic book that has gone through the work of the author, the editor, and the publisher and needs no more changes. PDFs give an air of permanency and stability when so many other digital formats are malleable.
Re: The Editable PDF Initiative
#37Earlier quoted context omitted.
The FAQ doesn't address it completely in my opinion. > Many people believe PDF to be “impossible to edit,” but beware: minor edits in PDFs, such as swapping figures on an invoice, are trivial — therefore you need other technologies, such as digital signatures, to verify that your PDFs have not been tampered with. That's not really the point that it can't be edited, the value to me is that the sender has confidence th…
And then of course there is the deliberately edit hostile way that PDFs can be (ab)used, by printing a document and then scanning it to PDF. In my experience some lawyers like this because it means that to suggest edits you have to retype or OCR entire paragraphs
Re: The Editable PDF Initiative
#38Earlier 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.
It's a great WORM format. Every added feature makes it worse.
Re: The Editable PDF Initiative
#39Earlier quoted context omitted.
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.
This is true of practically all formats.
Re: The Editable PDF Initiative
#40Earlier quoted context omitted.
“printing documents consistently and with selectable text” It’s fine for that purpose but it’s terrible for eBooks, manuals, science papers and a lot of other stuff it’s used for. Some HTML with everything in one file would be much better in my opinion. Something like CHM maybe which MS used to use for help files.
> some HTML with everything in one file You just described the ePub format. It’s a ZIP file with HTML docs in it.