← All posts

Why PDF became the universal document format

History 10 September 2026

It started as a memo about a problem nobody had solved

In 1991, Adobe co-founder John Warnock circulated an internal paper describing a project codenamed Camelot (internally also called Carousel). The problem it set out to solve sounds almost quaint now: a document created on one computer, with one set of fonts and one operating system, looked like a different document — or failed to open at all — on someone else's machine. Adobe already had an answer for printers, a page-description language called PostScript that told a printer exactly where to put every line and letter regardless of what created the file. Camelot adapted that same idea for screens: describe a page so precisely that it renders identically everywhere, independent of the software, hardware, or operating system that opens it.

That idea shipped in 1993 as PDF 1.0, introduced at a Windows and OS/2 conference into a market that did not obviously need another file format. It was not an immediate success. Early PDFs could not do much: no hyperlinks, no compression worth mentioning, and Adobe's reader was not yet free, which meant sharing a PDF also meant asking the recipient to buy software just to open it.

The free reader was the actual turning point

The single decision that mattered most was giving Acrobat Reader away for free starting with version 2.0. That flipped the economics: PDF only had to win on one side of the exchange, the person creating the document, because opening one cost nothing. A format that anyone can read but not everyone can write is a very different adoption problem than one where both sides need to pay, and Adobe understood that distinction well before most of its competitors did.

Throughout the 1990s, PDF was competing with several other approaches to the same problem — proprietary word processor formats, fax, and later formats like DjVu. None of them combined visual fidelity, a free reader, and a page model that mapped cleanly onto both screen and print. PDF's fixed-layout model, treating a page as a precise arrangement of text, fonts, and vector graphics rather than a flowing stream of content, was exactly wrong for some uses and exactly right for others: contracts, forms, and anything where the layout itself carries meaning.

Giving up control turned out to be the second good decision

For its first fifteen years, PDF was entirely Adobe's format — they defined it, changed it, and could in principle have taken it in a direction that suited their own products over everyone else's. On July 1, 2008, Adobe handed the specification to the International Organization for Standardization, and PDF 1.7 became ISO 32000-1:2008. Adobe also granted a royalty-free patent license covering everything needed to build a compliant PDF reader or writer.

This is the decision that explains why PDF still exists in a form nobody controls. A proprietary format lives or dies with the company that owns it — see the long list of 1990s file formats nobody can open anymore. An open standard, maintained by committee, with no single company able to unilaterally change it, does not have that failure mode. PDF 2.0 (ISO 32000-2:2017) was the first version developed entirely inside ISO rather than by Adobe, and it deliberately dropped several Adobe-only features that had crept into earlier versions, tightening the specification rather than expanding it.

The subsets are where the real engineering lives

The base PDF standard is deliberately permissive — it allows almost anything a page might need. Several stricter subsets exist for situations where permissive is the wrong choice: PDF/A locks down a document so it can still be opened correctly decades from now, used by libraries, courts, and government archives specifically because it forbids anything that depends on external resources going away. PDF/X constrains a file for commercial printing, where a missing font or an RGB image sent to a press by mistake ruins a print run. PDF/UA, finalized in 2012, requires the structural tagging that makes a document usable with a screen reader — without it, a PDF can look perfectly normal and still be nearly unreadable to someone using assistive technology.

A PDF created in 1993 still opens correctly in 2026. That is not an accident; it is the direct result of a format that prioritized backward compatibility over adding features, and it is a large part of why, three decades and any number of would-be replacements later, nothing has actually displaced it.