Earlier quoted context omitted.
Not cool [0]. It's funny how CMSes tend to offer "clean URL" configurations (meaning that everything after the origin is 100% controlled by the CMS user) for requests served dynamically (database queries) but requests served statically (public files on disk) often end up containing implementation-specific junk (e.g., "/sites/" in the case of Drupal). The magic that makes clean dynamic URLs (rewrite everything that is…
Drupal allow you to set private file mode, which has clean URL.
Tell HN: Adobe took down the PDF 1.7 specification from their site
21–30 of 37 posts
Re: Tell HN: Adobe took down the PDF 1.7 specification from their site
#22Earlier quoted context omitted.
> Ironically, I wish they would publish it as HTML broken down by chapter and section. I wish there was an EPUB version of the document. Do PDFs support reflowable content?
I believe one of the selling points of PDFs was the absolute lack of reflowing content.
Why anyone would use such a format for these situations, where the audience definitely cares way more about consuming it on an electronic device than printing it out, is... mind-boggling.
Of course, AI+ML to the rescue: Liquid Mode [0].
> Files are processed in our secure data servers and immediately deleted from our servers after the experience is generated.
[0] https://www.adobe.com/devnet-docs/acrobat/android/en/lmode.h...
Re: Tell HN: Adobe took down the PDF 1.7 specification from their site
#23"Although it is an open standard, one major difference compared with prior versions of PDF is that ISO now holds the copyright to the PDF specification and thus PDF 2.0 is not freely downloadable." [0]
It looks like DMCA requests are being issued to anyone that hosted the old specification, even open source projects [1].
[0] https://www.pdfa.org/resource/iso-32000-pdf/ [1] https://github.com/Hopding/pdf-lib#git-history-rewrite
Re: Tell HN: Adobe took down the PDF 1.7 specification from their site
#24Off topic, but man is that document hard to use as a reference. Ironically, I wish they would publish it as HTML broken down by chapter and section. (I have used that document a lot to write a custom PDF generator and parser in Java, using a downloaded copy)
> Ironically, I wish they would publish it as HTML broken down by chapter and section. I wish there was an EPUB version of the document. Do PDFs support reflowable content?
[1]: Essentially a PDF with its own EPUB inside it, but unlike just having an attached EPUB, there is a map between the page layout of the PDF and the tags.
There are implementations of reconstructive reflowing that infer the layout block structure and reading order and can reflow a two column paper into a single column.
Re: Tell HN: Adobe took down the PDF 1.7 specification from their site
#25The ISO released the 2.0 version of the specification that replaces the 1.7 standard. "Although it is an open standard, one major difference compared with prior versions of PDF is that ISO now holds the copyright to the PDF specification and thus PDF 2.0 is not freely downloadable." [0] It looks like DMCA requests are being issued to anyone that hosted the old specification, even open source projects [1]. [0] https:/…
Re: Tell HN: Adobe took down the PDF 1.7 specification from their site
#26Earlier quoted context omitted.
Its same with html spec I think.
HTML is somewhat human readable in a text editor, but PDF likely is not.
Re: Tell HN: Adobe took down the PDF 1.7 specification from their site
#27Earlier quoted context omitted.
I believe one of the selling points of PDFs was the absolute lack of reflowing content.
Right, as the point is to represent a physical document, paper and ink (or canvas, toner, whatever -- stuff that doesn't reflow). Why anyone would use such a format for these situations, where the audience definitely cares way more about consuming it on an electronic device than printing it out, is... mind-boggling. Of course, AI+ML to the rescue: Liquid Mode [0]. > Files are processed in our secure data servers and…
Edit: Non-reflowing content also works well if you need to refer people to page numbers and paragraphs.
I look forward to playing with liquidmode at some point soon.
Re: Tell HN: Adobe took down the PDF 1.7 specification from their site
#28Off topic, but man is that document hard to use as a reference. Ironically, I wish they would publish it as HTML broken down by chapter and section. (I have used that document a lot to write a custom PDF generator and parser in Java, using a downloaded copy)
How so? I frequently reference specific sections, tables or pages of the spec at work.
Re: Tell HN: Adobe took down the PDF 1.7 specification from their site
#29The ISO released the 2.0 version of the specification that replaces the 1.7 standard. "Although it is an open standard, one major difference compared with prior versions of PDF is that ISO now holds the copyright to the PDF specification and thus PDF 2.0 is not freely downloadable." [0] It looks like DMCA requests are being issued to anyone that hosted the old specification, even open source projects [1]. [0] https:/…
Wow, I feel like that is a step back. This feels a lot like other protocols non free specs like J1939 that is over $1000USD.