What Is a PDF and Why Is It So Widely Used?

A short, practical history of the Portable Document Format and the specific problems it solved that keep it in use decades later.

The Portable Document Format was created by Adobe in the early 1990s and published as an open ISO standard in 2008. It has survived several waves of predicted obsolescence, which is unusual for a file format and worth understanding.

The problem it was built for

Before PDF, sending a formatted document to someone else was genuinely unreliable. If they lacked your fonts, the text reflowed. If their printer driver differed, the page breaks moved. A contract could arrive with a signature block orphaned onto a page of its own. PDF fixed this by describing the finished page rather than the editable source — and by embedding the fonts so nothing had to be substituted.

What it guarantees

  • Fixed layout: a page looks the same everywhere, including when printed.
  • Embedded fonts: no substitution, no reflow.
  • Text as characters: content stays searchable, selectable and readable by assistive technology.
  • Vector graphics: logos and diagrams stay sharp at any zoom.
  • An open specification: no single vendor controls whether the format keeps working.

Why it is still everywhere

Fixed layout turned out to matter far more than anyone expected in regulated work. Legal filings, invoices, academic papers, tax returns and archived records all need to be reproducible exactly, years later, on hardware that does not exist yet. An editable document format cannot promise that. PDF can, and the PDF/A subset formalises it for long-term archiving.

The trade-offs

The same fixed layout makes PDFs poor on small screens: a page designed for A4 does not reflow to fit a phone, so you pan and zoom. Editing is awkward by design. And because anything can be placed on a page, a badly produced PDF can be completely inaccessible — a scan with no text layer is, to a screen reader, a blank page.

Two documents that look identical

This is the distinction that causes the most confusion in practice. A PDF exported from a word processor contains real text: small, searchable, accessible. A PDF produced by a scanner contains a photograph of text: large, unsearchable, invisible to assistive technology. They look the same in a reader and behave nothing alike. Running a file through a text extractor is the quickest way to tell which you have.

If the text extractor returns nothing, the document has no text layer. That is a scan, and it needs OCR before it can be searched.

Conclusion

PDF endures because it solves a narrow problem completely: making a document look and print the same everywhere, indefinitely. Its weaknesses — poor reflow, difficult editing, accessibility that depends entirely on how the file was produced — are the direct cost of that guarantee.