I just discovered that Adobe took down the PDF 1.7 specification from their site. It's used to be hosted at [1] and I can't find a replacement. Of course this doesn't mean that the specification can't be acquired freely from elsewhere [2, 3], but it's unfortunate if the authoritative source is down. Hopefully it is a mistake though and it will be back up.<p>[1] http://www.adobe.com/content/dam/acom/en/devnet/pdf/pdfs/PDF32000_2008.pdf<p>[2] https://christianhaider.de/dokuwiki/lib/exe/fetch.php?media=pdf:pdf32000_2008.pdf<p>[3] https://web.archive.org/web/20220309040754if_/https://www.adobe.com/content/dam/acom/en/devnet/pdf/pdfs/PDF32000_2008.pdf
It's still available at this Adobe URL: <a href="https://opensource.adobe.com/dc-acrobat-sdk-docs/standards/pdfstandards/pdf/PDF32000_2008.pdf" rel="nofollow">https://opensource.adobe.com/dc-acrobat-sdk-docs/standards/p...</a> "<i>As distributed by Adobe after adoption as ISO 32000-1:2008, with permission of ISO.</i>" [0]<p>Not to mention ISO unsurprisingly host it, which I would also consider authoritative: <a href="https://www.iso.org/obp/ui/#iso:std:iso:32000:-1:ed-1:v1:en" rel="nofollow">https://www.iso.org/obp/ui/#iso:std:iso:32000:-1:ed-1:v1:en</a><p>[0] <a href="https://www.loc.gov/preservation/digital/formats/fdd/fdd000277.shtml" rel="nofollow">https://www.loc.gov/preservation/digital/formats/fdd/fdd0002...</a>
The ISO released the 2.0 version of the specification that replaces the 1.7 standard.<p>"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]<p>It looks like DMCA requests are being issued to anyone that hosted the old specification, even open source projects [1].<p>[0] <a href="https://www.pdfa.org/resource/iso-32000-pdf/" rel="nofollow">https://www.pdfa.org/resource/iso-32000-pdf/</a>
[1] <a href="https://github.com/Hopding/pdf-lib#git-history-rewrite" rel="nofollow">https://github.com/Hopding/pdf-lib#git-history-rewrite</a>
> This page was updated on 23 March 2022 as many direct links to legacy PDF specifications on adobe.com were broken. Many links now reference the Wayback Machine internet archive and thus may be slow.<p><a href="https://www.pdfa.org/resource/pdf-specification-index/" rel="nofollow">https://www.pdfa.org/resource/pdf-specification-index/</a>
It's possible they're reworking their CMS and that causes files to be moved (breaking links everywhere). Microsoft loves doing that with their developer blogs.
Off 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.<p>(I have used that document a lot to write a custom PDF generator and parser in Java, using a downloaded copy)