Tell HN: Adobe took down the PDF 1.7 specification from their site
114 points| steerablesafe | 3 years ago
[1] http://www.adobe.com/content/dam/acom/en/devnet/pdf/pdfs/PDF32000_2008.pdf
[2] https://christianhaider.de/dokuwiki/lib/exe/fetch.php?media=pdf:pdf32000_2008.pdf
[3] https://web.archive.org/web/20220309040754if_/https://www.adobe.com/content/dam/acom/en/devnet/pdf/pdfs/PDF32000_2008.pdf
darrenf|3 years ago
Not to mention ISO unsurprisingly host it, which I would also consider authoritative: https://www.iso.org/obp/ui/#iso:std:iso:32000:-1:ed-1:v1:en
[0] https://www.loc.gov/preservation/digital/formats/fdd/fdd0002...
steerablesafe|3 years ago
svat|3 years ago
Anunayj|3 years ago
pointlessone|3 years ago
iceblockderby|3 years ago
"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
mr337|3 years ago
dorianmariefr|3 years ago
https://www.pdfa.org/resource/pdf-specification-index/
colejohnson66|3 years ago
hunter2_|3 years ago
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 isn't a file to the boot script) should be expanded to make clean file URLs. Serving files would then need help from a script+db, but so what, that already happens for private files.
Obviously embedded assets that need to be fast (images, stylesheets, scripts, etc.) can't have a slow db query in the way. I'm only talking about files that are a first-class destination in the browser's address bar, like PDFs, and anything where the disposition is that it lands in your Downloads folder. Stuff that might be a search result or otherwise linked-to.
[0] https://www.w3.org/Provider/Style/URI
jeffreportmill1|3 years ago
(I have used that document a lot to write a custom PDF generator and parser in Java, using a downloaded copy)
fivea|3 years ago
I wish there was an EPUB version of the document. Do PDFs support reflowable content?
zozbot234|3 years ago
layer8|3 years ago
How so? I frequently reference specific sections, tables or pages of the spec at work.
andrewmcwatters|3 years ago
hulitu|3 years ago