What is PDF/A? Standard Explained for Ordinary Document Workflows
Learn what PDF/A means, compare PDF/A-1, 2, and 3, understand font embedding rules, and discover when courts and archives mandate this preservation standard.
Sarah Chen
Technical Document Lead
Merge PDFs
Combine multiple PDF documents into a single consolidated file in your browser.
- 01.What Makes PDF/A Different from Standard PDF?
- 02.Detailed Comparison: Standard PDF vs. PDF/A
- 03.Understanding the PDF/A Family: 1, 2, and 3 Explained Simply
- 04.Compliance Levels: What Do 'a', 'b', and 'u' Mean?
- 05.When Do You Actually Need PDF/A?
- 06.Converting to PDF/A: Key Considerations
- 07.Archival Document Preparation Checklist
Have you ever tried to open a 15-year-old digital file, only to be greeted by missing font warnings, broken layouts, or an error stating that the software format is no longer supported?
Standard PDF files are versatile, but they are not immortal. Standard PDFs can reference external system fonts, include executable JavaScript code, link to third-party web assets, and use proprietary color spaces. If you open a standard PDF 20 years from now on a computer that lacks your fonts or operating system, the document can render as unreadable gibberish.
To solve this digital obsolescence problem, the International Organization for Standardization created PDF/A (ISO 19005).
In this guide, we demystify what is PDF/A in plain language, explain what it guarantees (and what it does not), breakdown the differences between PDF/A-1, 2, and 3, and help you determine when a normal PDF is completely sufficient.
Important Preservation Warning: A conversion badge or file extension alone does not prove long-term archival quality. If a source document has unreadable scanned text or corrupted vector streams, wrapping it in a PDF/A container will not fix underlying legibility problems.
What Makes PDF/A Different from Standard PDF?
The core philosophy of PDF/A is simple: 100% Self-Containment.
Everything required to display the document identically on any screen or printer, at any point in human history, must be baked permanently inside the file itself.
graph TD
A["PDF/A Standard (ISO 19005)"] --> B["Mandatory Requirements:"]
B --> B1["100% Embedded Font Glyphs"]
B --> B2["Standardized Device-Independent Color (ICC Profiles)"]
B --> B3["Standard Dublin Core XMP Metadata"]
A --> C["Strict Prohibitions:"]
C --> C1["No Password Locks or Encryption"]
C --> C2["No Executable JavaScript or Dynamic Scripts"]
C --> C3["No External Font or Image Hyperlinks"]
C --> C4["No Audio or Video Codec Streams"]What PDF/A Mandates:
- 100% Embedded Fonts: Every font character used must be physically embedded inside the file. Even standard fonts like Arial or Times New Roman cannot rely on the operating system.
- Device-Independent Color: Must embed standardized ICC color profiles to ensure colors look identical across future displays and printers.
- Standardized XMP Metadata: Machine-readable Dublin Core metadata describing author, title, and creation history.
- Logical Reading Order: For compliance level A, structural tags define paragraph flows for screen readers and accessibility tools.
What PDF/A Strictly Prohibits:
- No Encryption or Passwords: An encrypted file cannot be safely archived because passwords get lost and cipher algorithms become deprecated.
- No Executable JavaScript: Prevents security vulnerabilities and software dependency failures.
- No External Resource Links: Cannot stream images or fonts from external web servers.
- No Audio or Video: Avoids dependency on obsolete proprietary multimedia codecs.
Detailed Comparison: Standard PDF vs. PDF/A
| Feature | Standard PDF | PDF/A (Archival) |
| Primary Goal | Flexible electronic document exchange. | Long-term digital preservation (decades/centuries). |
| Font Storage | Can reference local computer system fonts. | Must embed 100% of all font glyphs. |
| Encryption | Supported (password locks, permissions). | Strictly forbidden (cannot be locked). |
| Multimedia & Scripts | Allows audio, video, 3D models, JavaScript. | Strictly forbidden (static representation only). |
| Color Calibration | Device-dependent RGB/CMYK. | Enforces standardized ICC device-independent profiles. |
| File Size | Generally more compact. | Slightly larger due to embedded font sets. |
Understanding the PDF/A Family: 1, 2, and 3 Explained Simply
The PDF/A standard has evolved through three distinct ISO iterations, each adding modernized capabilities:
PDF/A-1 (ISO 19005-1, Released in 2005)
- Based on PDF 1.4 (Acrobat 5).
- Does not support transparency (drop shadows or opacity).
- Widely mandated by early government electronic filing portals.
PDF/A-2 (ISO 19005-2, Released in 2011)
- Based on PDF 1.7 (ISO 32000-1).
- Adds support for transparent graphics, layers, and JPEG 2000 image compression.
- Allows embedding of other PDF/A documents as attachments.
PDF/A-3 (ISO 19005-3, Released in 2012)
- Identical to PDF/A-2, with one revolutionary addition: allows embedding of non-PDF files (such as raw XML, CSV spreadsheets, CAD drawings, or source code) directly inside the container.
- Real-World Impact: PDF/A-3 is the technological foundation for mandatory European electronic invoicing standards, such as Factur-X (France) and ZUGFeRD (Germany), where a human-readable PDF invoice contains machine-readable XML embedded directly inside.
Compliance Levels: What Do 'a', 'b', and 'u' Mean?
When saving a file as PDF/A, you will see suffixes like PDF/A-2b or PDF/A-1a:
- Level B (Basic Visual Compliance): Guarantees that the visual appearance will render identically on future screens and printers. This is the standard choice for 95% of business archives.
- Level U (Unicode Compliance): Guarantees visual compliance (like Level B) plus ensures all text can be accurately searched and mapped to standardized Unicode characters.
- Level A (Accessible / Structural Compliance): The highest tier. Requires visual fidelity, Unicode mapping, plus a fully tagged structural hierarchy (headings, tables, alt text) for screen-reading accessibility.
When Do You Actually Need PDF/A?
For ordinary office work, standard PDF is completely fine. However, PDF/A is legally or contractually mandated in three primary environments:
- Court Electronic Filing (CM/ECF): Many federal and state judicial systems in the United States and Europe mandate PDF/A for legal briefs, motions, and evidence.
- National Patent Offices: Patent filings (USPTO, EPO) require PDF/A to ensure patent claims can be verified 50 years after filing.
- Institutional and University Repositories: Master's theses, doctoral dissertations, and municipal real estate deeds must be archived in PDF/A.
Converting to PDF/A: Key Considerations
If you need to generate a PDF/A compliant file:
- Generate from the Source Application: Whenever possible, export directly to PDF/A from Microsoft Word, LibreOffice, or Google Docs using the built-in "Export as PDF/A" option. This ensures fonts are embedded at generation time.
- Do Not Rely on Conversion Alone: Converting an existing standard PDF to PDF/A using automated software can sometimes fail if the source file was missing fonts. Always validate the converted file using an ISO compliance validator.
Archival Document Preparation Checklist
Before submitting an official archive file:
- [ ] Compliance level verified: Did you select the required version (e.g.,
PDF/A-2bfor standard legal filing)? - [ ] No passwords applied: Ensure the document is unlocked and unencrypted.
- [ ] Searchable text confirmed: If the document contains scanned pages, was OCR performed so text is selectable?
- [ ] Visual fidelity spot-checked: Do all diagrams, signatures, and stamps appear intact?
- [ ] Metadata standardized: Does the Dublin Core title and author represent the official document record?
Last reviewed: September 2026 by UtilityKit Technical Document Standards Team.
Frequently Asked Questions
What does the 'A' in PDF/A stand for?
The 'A' stands for Archive. PDF/A is an ISO-standardized version of the Portable Document Format (ISO 19005) specifically engineered for the permanent digital preservation of electronic documents.
Can a PDF/A document have a password or encryption?
No. The PDF/A specification strictly forbids password locks and encryption. If an archived document were encrypted, future generations might be unable to open it if the encryption keys or proprietary algorithms became obsolete.
Why do courts and government archives require PDF/A?
Courts require PDF/A because it guarantees that a legal brief or patent filed today will look exactly identical 50 or 100 years from now, regardless of what operating systems, font libraries, or hardware exist in the future.
Does converting a standard PDF to PDF/A automatically fix missing fonts?
No. If the original document referenced system fonts that were never embedded in the source file, a basic PDF/A converter cannot magically synthesize the missing glyphs. You must have access to the original fonts during generation.
What is the difference between PDF/A-1, PDF/A-2, and PDF/A-3?
PDF/A-1 is the original 2005 standard based on PDF 1.4. PDF/A-2 adds support for transparency and JPEG 2000 images. PDF/A-3 permits embedding external files (like XML spreadsheets or electronic invoices) directly inside the PDF, making it the foundation for European e-invoicing standards like ZUGFeRD and Factur-X.
Related Utilities Mentioned in This Guide
Browse directoryMerge PDFs
Combine multiple PDF documents into a single consolidated file in your browser.
Remove PDF Metadata
Strip author names, edit history, software fingerprints, and creation dates from any PDF.
Compress PDF for Email
Reduce PDF file sizes safely to fit standard 20MB/25MB email attachment limits.
Continue Reading
How to Make a Scanned PDF Searchable with OCR: Complete Guide
Learn how Optical Character Recognition (OCR) converts scanned paperwork and image-based PDFs into searchable, selectable, and copyable digital documents.
Browser PDF Tools vs Desktop Software: Performance, Privacy, and Cost Comparison
A transparent comparison of modern in-browser WebAssembly PDF processing versus traditional desktop suites like Adobe Acrobat and cloud converters.