Earlier quoted context omitted.
if only .PDFs could easily be converted back to a useful raw format. parsing them is a bloody minefield, irregularly stuffed with proprietary metadata galore
PDF is a printing format, not an editing format - hence the trouble when you want to convert it back to an editable document. It's the same as going back from .JPEG to .BMP, you'll never get back your original pixels.
The story of the PDF (2018)
91–97 of 97 posts
Re: The story of the PDF (2018)
#92Earlier quoted context omitted.
The irony is when I get told that people want an application to output PDF instead of Word, because it is read only. I always get amused by proving those people how to edit PDFs. It is the same logic that documents sent by Fax are legally binding but the same document sent by email not.
Wait until you get a PDF which is just a bunch of poorly scanned JPGs and no OCR.
Re: The story of the PDF (2018)
#93Earlier quoted context omitted.
In what ways is it preferable to ODT (OpenDocument format)?
RTF is a much simpler format than ODT. RTF source code resembles TeX at first glance; ODT is based on XML. Unfortunately, it's not an open standard AFAICT.
[0] https://interoperability.blob.core.windows.net/files/Archive...
Re: The story of the PDF (2018)
#94Any have a recommendation for a good FOSS PDF reader for Linux.
Re: The story of the PDF (2018)
#95Re: The story of the PDF (2018)
#96Re: The story of the PDF (2018)
#97I'm thankful PDF won, because otherwise I think it would have been Microsoft Word. There was a time when papers, books, resumes, contracts, etc. almost always came as Word. Does anyone else remember getting a book as preface.doc, chap1.doc, chap1a.doc, chap2.doc, subchap2a2.doc, and so on, and a mess of jpegs and gifs and trying to figure out how it had to be assembled, and discovering something was missing, or that…
PDFs act more like images than text. I made a tool for diffing PDFs at the visual level a little while ago ( http://parepdf.com ) because I needed a way to see the explicit differences between PDFs. Diffing PDFs at the textual level is a much harder problem though since lines of text need to be reordered and concatenated with each other. Unfortunately there is nothing built into the format that allows you to know wha…
I attempted something similar (https://nicediff.com), and found the textual approach to be basically useless:
Tax form example: https://www.nicediff.com/view/7a5f41ba3c76ae9bb45f42a4faa8b6...