Skip to main content
Category: Document Accessibility

ISO 32000

Also known as: ISO 32000-1, ISO 32000-2, PDF specification, PDF 2.0
Simply put

ISO 32000 is the international standard that defines the Portable Document Format (PDF), the file format used to exchange and view electronic documents consistently across different software and devices. Maintained by the International Organization for Standardization (ISO), it specifies how a PDF file is structured so documents look and behave the same regardless of where they are opened. The standard has been issued in two parts: ISO 32000-1:2008 and ISO 32000-2:2020 (also known as PDF 2.0).

Formal definition

ISO 32000 is the ISO standard specifying a digital form for representing electronic documents to enable users to exchange and view them independent of the environment in which they were created or displayed. ISO 32000-1:2008 (Part 1) formalized PDF based on Adobe's earlier PDF specification, while ISO 32000-2:2020 (Part 2), commonly referred to as PDF 2.0, revised and extended the format. Both parts include normative provisions relevant to document accessibility, notably Tagged PDF, which defines a logical document structure (structure elements, roles, and the marking of content) that assistive technologies can use to interpret reading order and semantics; in ISO 32000-2:2020 these provisions appear in the Tagged PDF clause. Related specifications extend or profile the base standard for specific purposes, for example, ISO/TS 32002:2022 extends ISO 32000-2 to add support for additional cryptographic capabilities, and PDF/X (ISO 15930) profiles PDF for print production. Note that conformance to ISO 32000 defines the format itself; accessibility conformance for PDFs is addressed more specifically by companion standards such as PDF/UA (ISO 14289), which builds on the Tagged PDF facilities defined here. This entry describes the format specification and is not legal advice; accessibility and compliance obligations are governed separately by applicable law, regulation, and agency guidance.

Why it matters

ISO 32000 defines the technical foundation for one of the most widely used document formats in business, government, and legal contexts. Because PDF is designed to render consistently across different software and devices, it has become a default for forms, contracts, reports, and published materials. For accessibility practitioners, what matters is that ISO 32000 itself contains normative provisions for Tagged PDF, a facility that defines a logical document structure, structure elements, roles, and content marking, that assistive technologies can use to determine reading order and semantic meaning. In ISO 32000-2:2020, these provisions appear in the Tagged PDF clause, so accessibility structure is part of the format specification rather than something bolted on entirely from outside.

Understanding the boundaries of the standard helps teams set correct expectations. Conformance to ISO 32000 defines a valid PDF; it does not by itself guarantee that a given document is accessible or that it meets any particular legal obligation. A file can conform to the format while still lacking properly applied tags, meaningful alternative text, or a correct reading order. Accessibility conformance is addressed more specifically by companion standards such as PDF/UA (ISO 14289), which builds directly on the Tagged PDF facilities defined in ISO 32000.

This distinction is practically important for compliance officers and legal counsel, because obligations related to document accessibility are governed by applicable law, regulation, and agency guidance rather than by the format specification alone. This entry describes the format standard and is not legal advice; organizations should consult qualified legal counsel and current agency rulemaking to understand what applies to their situation.

Who it's relevant to

Accessibility engineers and document remediation specialists
Practitioners who tag and remediate PDFs need to understand that Tagged PDF is defined within ISO 32000 and forms the structural basis that assistive technologies rely on. Knowing where these provisions live helps teams apply structure correctly and understand how PDF/UA (ISO 14289) builds on them.
Compliance officers and legal counsel
Those assessing document accessibility obligations should distinguish conformance to the PDF format from accessibility conformance and from legal compliance. Meeting the ISO 32000 format specification does not by itself satisfy accessibility standards or legal requirements, which are governed separately by applicable law, regulation, and agency guidance. This entry is not legal advice.
UX designers and content authors
Teams producing PDF forms, reports, and publications benefit from understanding that visual consistency across devices, the core purpose of ISO 32000, does not guarantee a usable experience for people using assistive technology. Applying Tagged PDF structure, meaningful reading order, and alternative text is necessary for accessible output.
Software developers and vendors
Developers building tools that create, edit, or consume PDFs work directly against ISO 32000-1 and ISO 32000-2, including their Tagged PDF clauses and related profiles such as PDF/X (ISO 15930) and extensions like ISO/TS 32002:2022. Correct implementation of the structure facilities determines whether downstream accessibility conformance is achievable.

Inside ISO 32000

PDF File Format Specification
ISO 32000 is the international standard that defines the Portable Document Format (PDF). It specifies the syntax, file structure, and rendering model that describe how a conforming PDF document is composed and displayed, providing a vendor-neutral basis originally derived from Adobe's PDF specification.
Document Structure and Objects
The standard describes the core object model of PDF, including the document catalog, page tree, and the objects (such as arrays, dictionaries, streams, and names) that make up a file. This structural layer determines how content and metadata are organized within the document.
Tagged PDF and Logical Structure
ISO 32000 includes normative provisions for Tagged PDF and logical structure (for example, the Tagged PDF clause in ISO 32000-2:2020). These provisions define structure elements, reading order, and semantic tagging that are foundational to making PDF content programmatically accessible to assistive technologies.
Versions of the Standard
ISO 32000 exists in multiple parts and editions, commonly referenced as ISO 32000-1 (which corresponds to PDF 1.7) and ISO 32000-2 (PDF 2.0). Each edition may refine or extend features, including accessibility-related structures, so practitioners should confirm which version applies to their work.
Relationship to PDF/UA and Companion Standards
While ISO 32000 defines the base PDF format including Tagged PDF, companion standards such as PDF/UA (ISO 14289) build on those provisions to specify additional requirements for accessible PDFs. PDF/UA complements rather than replaces the tagging foundation established in ISO 32000.

Common questions

Answers to the questions practitioners most commonly ask about ISO 32000.

Does ISO 32000 cover Tagged PDF, or is that handled entirely by separate standards like PDF/UA?
ISO 32000 does cover Tagged PDF. Both ISO 32000-1 and ISO 32000-2 contain normative clauses defining the Tagged PDF structure (for example, the Tagged PDF material addressed in clause 14.8 of ISO 32000-2:2020). PDF/UA (ISO 14289) builds on and constrains these mechanisms to specify requirements for accessible PDFs, but the underlying tagging model is part of ISO 32000 itself. In other words, ISO 32000 defines the structural foundation, and PDF/UA layers accessibility conformance requirements on top of it.
Does conforming to ISO 32000 mean a PDF is accessible and legally compliant?
No. ISO 32000 defines the PDF file format and includes provisions for structural features such as Tagged PDF, but conformance to the format specification does not by itself guarantee an accessible experience or legal compliance. Accessibility of PDFs is more directly addressed by PDF/UA (ISO 14289) and by WCAG success criteria as commonly applied to documents. Even meeting those benchmarks does not guarantee immunity from legal claims, and manual review with assistive technology remains necessary. This entry is general information, not legal advice; consult qualified counsel regarding specific obligations.
How does ISO 32000 relate to PDF/UA when producing accessible documents?
ISO 32000 provides the format-level definitions, including the Tagged PDF structure that carries semantic information such as headings, lists, tables, and reading order. PDF/UA (ISO 14289) specifies how those features must be applied to achieve an accessible document. In practice, teams generally target PDF/UA conformance for accessibility while relying on ISO 32000 as the base format specification; the two are used together rather than as alternatives.
Which version of ISO 32000 should I reference for new PDF projects?
ISO 32000-2 defines PDF 2.0 and is the more current version, while ISO 32000-1 corresponds to PDF 1.7. Many existing tools and workflows still produce and consume PDF 1.7 files, so the appropriate choice generally depends on your authoring and viewing toolchain, downstream requirements, and whether target platforms support PDF 2.0 features. Confirm which version your production and validation tools implement before standardizing on one.
How can I verify that a PDF's tagging is implemented correctly?
Verification generally combines multiple methods: automated checkers can flag missing tags, incorrect structure types, and some ordering issues, but automated testing detects only a portion of problems. Manual review of the tag tree, reading order, alternative text, and table structure, along with testing using screen readers and other assistive technology, is typically required to confirm that the tagging conveys meaning accurately. Validation against PDF/UA is commonly used where accessibility conformance is the goal.
What are common limitations to keep in mind when relying on ISO 32000 for document workflows?
ISO 32000 specifies the format, but real-world results depend heavily on how authoring tools implement it. Different generators may produce structurally valid PDFs with varying quality of tagging, reading order, and metadata. The standard also evolves across versions, and accessibility requirements are shaped by separate standards (such as PDF/UA), by WCAG as commonly applied, and by regulation and case law that fall outside the format specification itself. Treat ISO 32000 as the technical foundation, and address accessibility and any compliance obligations through the applicable standards and qualified legal guidance.

Common misconceptions

ISO 32000 does not address accessibility features such as tagged PDF, which are left entirely to other standards.
ISO 32000 contains normative clauses on Tagged PDF and logical structure (for example, the Tagged PDF clause in ISO 32000-2:2020). Companion standards like PDF/UA extend these provisions, but the tagging foundation itself is defined within ISO 32000.
Conforming to ISO 32000 makes a PDF accessible and legally compliant.
Meeting the base PDF specification does not by itself guarantee an accessible document or legal compliance. Accessible PDFs generally require correct tagging, logical reading order, and adherence to guidance such as PDF/UA and WCAG, and often need manual and assistive technology testing to verify usability.
ISO 32000 and PDF/UA are the same standard or are interchangeable.
They are distinct standards. ISO 32000 defines the PDF format including its Tagged PDF provisions, while PDF/UA (ISO 14289) specifies additional requirements for universally accessible PDFs. They are designed to work together, not as substitutes for one another.

Best practices

Confirm which edition of ISO 32000 applies to your workflow (for example ISO 32000-1 for PDF 1.7 or ISO 32000-2 for PDF 2.0), since accessibility-related provisions can differ between versions.
Use the Tagged PDF and logical structure provisions defined in ISO 32000 to establish correct semantic tagging and reading order rather than relying on visual appearance alone.
Apply companion standards such as PDF/UA alongside ISO 32000 when the goal is an accessible document, since PDF/UA builds on the tagging foundation the base standard provides.
Do not treat conformance to the PDF specification as evidence of accessibility or legal compliance; validate documents with both automated tools and manual and assistive technology testing.
Verify tagging quality and reading order with screen readers and other assistive technologies, because automated checks detect only a portion of potential issues.
Consult current agency guidance and qualified legal counsel for jurisdiction-specific requirements, as standards and legal expectations evolve through regulation and case law and this guidance is not legal advice.