โ† All Guides

File Formats

What Is PDF/A? And Do You Actually Need It?

๐Ÿ“… June 2026 โฑ 7 min read ๐Ÿ”’ No file uploads

You've submitted a document to a government portal, a court system, or a university archive, and you've received an error: "Please submit documents in PDF/A format." Or maybe you're setting up a document management system and someone on the team mentions PDF/A compliance. What actually is PDF/A, why does it exist, and โ€” more importantly โ€” do you need to care about it? This guide explains the standard clearly, without the ISO jargon.

The Problem PDF/A Was Created to Solve

In the late 1990s and early 2000s, government agencies, law firms, and archives were digitizing their records en masse, saving millions of documents as PDFs. PDF was an obvious choice โ€” it was widely supported, layout-preserving, and printable. But there was a fundamental problem with using standard PDFs for long-term preservation.

Regular PDFs can depend on things that might not exist in the future. They can reference fonts that are installed on the creating computer but not embedded in the file. They can contain JavaScript that executes when the document is opened. They can link to external resources like images or audio files hosted at a URL that may be gone in ten years. They can be encrypted, preventing future software from reading them even for legitimate archival purposes. And they can contain proprietary data streams that only specific software versions understand.

Consider the problem concretely: a legal contract stored as a PDF in 2005 that referenced a non-embedded proprietary font might look completely different in 2025 when that font is no longer available on any system. For something as critical as a medical record, a property deed, or a court filing, that's unacceptable.

PDF/A was the answer. Published as ISO 19005-1 in 2005, it's a strict subset of the PDF specification designed with one mission: to ensure a document can be rendered exactly as intended by any conforming reader, on any system, decades into the future.

What PDF/A Prohibits (and Why)

PDF/A achieves its preservation guarantees not by adding features to PDF, but by removing features that could create external dependencies or unpredictable behavior. Here's what's banned:

PDF/A also requires the file to include document-level metadata in a specific format (XMP), declaring that the file conforms to the standard and specifying which version of PDF/A it uses. This metadata declaration is what allows compliance-checking software to verify a file.

The Different Versions of PDF/A

PDF/A isn't a single standard โ€” it's a family of standards that have been refined over time as PDF itself has evolved. Understanding which version you need matters when creating or checking compliant files.

PDF/A-1 (ISO 19005-1:2005)

The original standard, based on PDF 1.4. The most restrictive version: no transparency, no layers, no attachments. PDF/A-1b is the most common conformance level (visual appearance preserved); PDF/A-1a adds additional requirements for document structure and accessibility (tagged PDF). If you're filing with an older government system or court that specifies "PDF/A," this is often what they mean.

PDF/A-2 (ISO 19005-2:2011)

Based on PDF 1.7. Allows transparency, JPEG 2000 image compression, optional content groups (layers), and embedding of other PDF/A files as attachments. Significantly more capable than PDF/A-1 for complex documents. PDF/A-2b, PDF/A-2a, and PDF/A-2u (Unicode) are the three conformance levels.

PDF/A-3 (ISO 19005-3:2012)

Extends PDF/A-2 by allowing any file type to be attached to the PDF/A file โ€” not just other PDF/As. This matters for "hybrid" archiving scenarios where you want to attach the source spreadsheet (e.g., .xlsx) alongside the rendered PDF. Increasingly used in electronic invoicing standards in Europe (ZUGFeRD, Factur-X).

๐Ÿ’ก Which version should you use? When a specific version isn't mandated, PDF/A-2b is generally the best default for new documents. It's well-supported, less restrictive than PDF/A-1, and more practical for modern documents than PDF/A-3. If an authority or system specifies a version, always follow their requirement.

Who Actually Needs PDF/A?

PDF/A was designed for organizations that need to retain documents reliably for many years โ€” often with legal or regulatory obligations attached. The canonical users are:

Government Agencies and Courts

Public records, court filings, permits, licenses, and official correspondence increasingly require PDF/A. Many courts in the US, EU, and Australia mandate PDF/A for electronic filing systems. The reasoning is sound: a court document submitted in 2024 may need to be retrieved and verified in 2050. It cannot rely on specific software or fonts that may not exist then.

Law Firms and Legal Departments

Contracts, deeds, wills, and corporate records are routinely kept for decades. Many law firms have adopted PDF/A as their internal archiving standard for all signed agreements. It's also increasingly required for e-discovery submissions in major litigation.

Healthcare and Medical Records

Medical records in many jurisdictions must be retained for 7โ€“30 years depending on the type and the patient's age. Patient records, imaging reports, surgical notes, and consent forms stored as PDF/A are readable regardless of what EHR software the practice uses in the future.

Universities and Academic Institutions

Theses, dissertations, and institutional research are typically archived permanently. Many university libraries and repositories require PDF/A for doctoral theses in particular โ€” the Networked Digital Library of Theses and Dissertations (NDLTD) recommends it.

Financial Institutions and Accountants

Financial statements, audit reports, and tax records that must be retained under securities or tax law are natural candidates for PDF/A archiving. The stability guarantees are particularly valuable when documents may be reviewed by auditors or regulators years after creation.

How to Create a PDF/A File

Creating a true PDF/A-compliant file requires software that supports the standard explicitly. You can't just rename a PDF or hope it's compliant โ€” the software must actively write the required metadata, embed all fonts, and exclude disallowed features during export.

How to Check If a PDF Is PDF/A Compliant

There are several ways to verify PDF/A compliance before submitting a document:

โš ๏ธ Declaration โ‰  compliance. A PDF can declare itself PDF/A-compliant in its metadata without actually meeting the standard. This happens when PDFs are created with tools that write the compliance metadata but don't actually enforce the requirements. If PDF/A compliance genuinely matters (court submission, regulatory filing), always validate with a proper tool like veraPDF rather than trusting the file's own declaration.

PDF/A vs. Regular PDF: Side-by-Side

Feature Regular PDF PDF/A
Font embedding required Optional โœ… Mandatory
Encryption allowed Yes โŒ Prohibited
JavaScript Allowed โŒ Prohibited
External links and resources Allowed โŒ Prohibited
Audio/video content Allowed โŒ Prohibited (A-1/A-2)
Compliance metadata required No โœ… Required (XMP)
Long-term rendering guarantee Not assured โœ… By design
File size Varies Typically larger (embedded fonts)

The Honest Answer: Do You Need PDF/A?

For the vast majority of people reading this article, the answer is no. If you're converting a photo to PDF to email to someone, creating a PDF from a Word document to send to a client, or archiving your own personal records, regular PDF is perfectly appropriate. The self-contained nature of standard PDF already ensures good readability across devices, and the practical rendering problems PDF/A was designed to prevent โ€” missing fonts, expired external links โ€” are increasingly uncommon with modern PDF creation tools that embed fonts by default.

PDF/A matters when you have a specific mandate, when documents must be legally or institutionally archivable for extended periods, or when you're submitting to a system that explicitly requires it. It's a specialist standard for specialist needs โ€” important in the contexts it was designed for, and unnecessary overhead for everyday document use.

If you're submitting to a system that requires PDF/A, use Microsoft Word's built-in PDF/A export option or LibreOffice's PDF export โ€” both are free and reliable for PDF/A-1b compliance. Validate with veraPDF if compliance is critical. And if you're just saving a document for your own records, a regular PDF from BuildPDF will serve you perfectly well for years to come.

Convert Your Documents to PDF

Free, instant, no sign-up. Your files never leave your device.

Convert to PDF Now โ†’

Related Guides

PDF vs DOCX: Which Format Should You Use?
A practical comparison for everyday document decisions.
How to Convert Word to PDF
Convert .docx to PDF directly in your browser, no software needed.