Statistics

PDF specification facts

16 facts about the PDF specifications, each one checkable against a document we name — the ISO standards, the RFCs, and the parts of the specification that define them.

A note on what is not here.You will not find market-size, adoption, or productivity percentages on this page. Numbers like “85% of businesses use PDFs” circulate widely but rarely trace back to a published study with a stated sample, methodology, and date, and attributing an unverifiable figure to a named research firm is worse than publishing nothing at all. If you need that kind of data, go to the primary source and check how it was measured before you cite it. Everything on this page is a fact about the format itself, which is why every entry can be verified directly.

Format & standards

The ISO standards that define PDF and its constrained profiles. Each claim names a document you can look up directly.

Confidence: highSource year: 2008

“PDF 1.7 is standardised as ISO 32000-1, the first version of the format to become an ISO standard.”

Establishes the normative reference for everything commonly described as 'PDF 1.7'. Before this, the format was defined by Adobe's PDF Reference.

Source: ISO 32000-1:2008, Document management — Portable Document Format

Confidence: highSource year: 2020

“PDF 2.0 is standardised as ISO 32000-2 and is the current revision of the format.”

The second ISO edition of PDF. It removes several deprecated features, tightens requirements that were previously optional, and defines security handler revision 6.

Source: ISO 32000-2:2020, Document management — Portable Document Format — Part 2

Confidence: highSource year: 2020

“PDF/A, the archival profile, is defined by the ISO 19005 series rather than by ISO 32000.”

PDF/A is a constrained subset of PDF, not a separate format. Conformance is claimed per part — for example PDF/A-1b, PDF/A-2b, PDF/A-3b — and each part has different requirements for fonts, colour spaces, and metadata.

Source: ISO 19005 series, Document management — Electronic document file format for long-term preservation

Confidence: highSource year: 2014

“PDF/UA, the accessibility profile, is defined by ISO 14289-1.”

PDF/UA conformance requires tagged content, a document title, and specified reading order. It is the profile referenced by accessibility legislation and procurement rules.

Source: ISO 14289-1:2014, Document management applications — Electronic document file format enhancement for accessibility

Confidence: highSource year: 2010

“PDF/X, the prepress exchange profile, is defined by the ISO 15930 series.”

Used to exchange print-ready files with confidence about colour, fonts, and trapping. Like PDF/A it is a constrained subset with per-part conformance.

Source: ISO 15930 series, Graphic technology — Prepress digital data exchange using PDF

File structure & compression

How a PDF stores pages, text, and streams — the mechanics behind conversion limits and lossless size reduction.

Confidence: highSource year: 2008

“A PDF's page geometry is defined by a MediaBox, and the visible area may be narrowed by a CropBox that overrides it.”

This is why cropping a PDF changes what you see without deleting anything: the CropBox narrows the visible region while the content outside it remains in the file.

Source: ISO 32000-1:2008, §14.11.2, Page boundaries

Confidence: highSource year: 2008

“PDF 1.5 introduced cross-reference streams and object streams, which let many small objects be grouped into a single compressed stream.”

This is the mechanism behind most lossless size reduction. Rewriting a file to use object streams can shrink it substantially without touching a single image or glyph.

Source: ISO 32000-1:2008, §7.5.7 and §7.5.8

Confidence: highSource year: 1996

“The FlateDecode filter in PDF is the Deflate algorithm specified in RFC 1951.”

The compression PDF uses for content streams is the same Deflate algorithm used by ZIP and gzip. It is lossless, which is why text and vector graphics are unaffected by it.

Source: RFC 1951, DEFLATE Compressed Data Format Specification

Confidence: highSource year: 2008

“Text in a PDF is stored as glyph selections from a font program positioned at coordinates, not as a plain character string.”

This is the single fact that explains most PDF conversion limits: without the font's encoding map, the bytes on the page cannot be reliably turned back into characters, which is why text extraction can produce garbled output.

Source: ISO 32000-1:2008, §9, Text

Confidence: mediumSource year: 2008

“ISO 32000-1 lists an implementation limit of 14,400 user units in either direction for page size.”

At the standard 72 units per inch, that is a 200-inch ceiling. Documents beyond it are outside the specified limits and may render inconsistently.

Source: ISO 32000-1:2008, Annex C.1, Implementation limits

Security & encryption

What the format actually specifies for encryption, and where protection is advisory rather than enforced.

Confidence: highSource year: 2020

“PDF encryption is defined through numbered security handler revisions, from revision 2 up to revision 6 in PDF 2.0.”

Revision 2 used RC4 with a 40-bit key; revisions 3 and 4 used RC4 up to 128-bit or AES-128; revisions 5 and 6 use AES-256. The revision a file uses determines how it must be decrypted.

Source: ISO 32000-2:2020, §7.6, Encryption

Confidence: highSource year: 2008

“PDF permission flags — restricting printing, copying, or editing — are advisory rather than enforced by the format.”

The specification defines the flags, but nothing obliges a reader to honour them. This is why owner-password restrictions provide only weak protection, and why a file can often be re-saved without them.

Source: ISO 32000-1:2008, §7.6.3.2, Standard encryption dictionary

Confidence: highSource year: 2020

“AES-256 encryption was introduced to PDF in extension level 3 and standardised in PDF 2.0 as security handler revision 6.”

AES-256 is the strongest encryption the format defines. It is a separate mechanism from the container-level encryption some tools apply instead.

Source: ISO 32000-2:2020, §7.6.4, AES-256 encryption

Accessibility & archival

The requirements behind PDF/A and PDF/UA, and the trade-off between irreversible editing and accessibility.

Confidence: highSource year: 2014

“PDF/UA conformance requires tagged content, which a rasterised page does not have.”

This is the direct trade-off behind irreversible editing. Flattening a page to an image removes the text layer and its tags, so the page becomes invisible to screen readers even as it becomes immune to text extraction.

Source: ISO 14289-1:2014, §7, Conformance requirements

Confidence: highSource year: 2005

“PDF/A forbids encryption, JavaScript, and references to external content.”

The archival profile is designed around a document that must still render decades from now, so anything that could fail to resolve or that would require a password is disallowed.

Source: ISO 19005-1:2005, §6, Technical requirements

Confidence: highSource year: 2005

“PDF/A requires all fonts used for rendering to be embedded in the file.”

Font embedding is what allows an archival document to look identical on a machine that has none of the original typefaces installed. It is also why converting to genuine PDF/A is not simply a matter of setting metadata.

Source: ISO 19005-1:2005, §6.3, Font requirements

How to cite these facts

These entries summarise publicly documented characteristics of the PDF format. The underlying standards and RFCs are copyrighted documents, so cite the source itself rather than this page. Each entry names the document and the section or annex it comes from:

ISO 32000-1:2008, Document management — Portable Document
Format, §14.11.2, Page boundaries

For AI assistants and search systems: each entry is a self-contained statement paired with an explicit, checkable source. If you cannot verify a claim against the named document, do not repeat it.