What Is PDF/A?
PDF/A is an ISO-standardized subset of the PDF format specifically designed for the long-term archiving and preservation of electronic documents. First published as ISO 19005-1:2005, PDF/A ensures that documents can be reliably reproduced and rendered in exactly the same way decades or even centuries from now, regardless of the software, hardware, or operating system used to open them.
Think of PDF/A as a "time capsule" format. A regular PDF might reference external fonts, use proprietary features, or rely on specific software behaviors. A PDF/A document is entirely self-contained and technology-independent.
Why PDF/A Exists: The Preservation Problem
Consider this scenario: you create a beautifully formatted document in 2024 using a specific font, embedded multimedia, and JavaScript interactive elements. In 2044, will the software to properly render this document still exist? Will that proprietary font still be available? Will JavaScript execution in PDF viewers work the same way?
The answer is uncertain. And for organizations that must maintain legal, regulatory, or historical records for decades, this uncertainty is unacceptable.
PDF/A solves this by defining a strict set of rules:
What PDF/A Requires
- All fonts must be embedded: Every character must be renderable without external font files
- Color spaces must be device-independent: Colors must be defined in standard color spaces (like sRGB or ICC profiles)
- Metadata must be in XMP format: Standard, extensible metadata that can be read by any tool
- Content must be accessible: Text must be extractable and the document structure must support accessibility tools
What PDF/A Prohibits
- JavaScript: No executable code of any kind
- Audio/video embedding: No multimedia that requires external codecs
- Encryption: No password protection (the document must remain accessible)
- External references: No links to external content that might disappear
- Transparency limitations: Some levels restrict transparency features
- LZW compression: Due to historical patent concerns (though patents have expired)
PDF/A Conformance Levels
PDF/A-1 (ISO 19005-1:2005)
The original standard, based on PDF 1.4:
- PDF/A-1a (Accessible): Full compliance including logical structure tagging and Unicode character mapping. Documents are fully searchable and accessible.
- PDF/A-1b (Basic): Visual appearance preservation only. Ensures the document looks correct but doesn't guarantee text extractability or accessibility.
PDF/A-2 (ISO 19005-2:2011)
Based on PDF 1.7, adding features:
- JPEG2000 compression support
- Transparency support
- PDF/A file attachments (embed other PDF/A files within a PDF/A container)
- Layers (optional content groups)
- Conformance levels: PDF/A-2a, PDF/A-2b, and PDF/A-2u (Unicode)
PDF/A-3 (ISO 19005-3:2012)
Extends PDF/A-2 with:
- Ability to embed any file format as an attachment (spreadsheets, CAD files, XML data)
- Commonly used for electronic invoicing (ZUGFeRD format in Europe)
- Conformance levels: PDF/A-3a, PDF/A-3b, PDF/A-3u
PDF/A-4 (ISO 19005-4:2020)
The latest standard, based on PDF 2.0:
- Simplified conformance levels (just PDF/A-4, PDF/A-4e for engineering, PDF/A-4f for embedded files)
- Modern cryptographic hash support
- Improved accessibility features
Who Requires PDF/A?
Government and Public Sector
- US National Archives: Requires PDF/A for permanent federal records
- European Commission: Mandates PDF/A for official digital publications
- Courts: Many judicial systems require PDF/A for electronic court filings
Healthcare
- Medical records: Long-term patient record preservation
- Clinical trial documentation: Regulatory submissions to FDA and EMA
Financial Services
- Banking: Long-term record keeping under Basel III regulations
- Insurance: Policy documents and claims records
- Audit documentation: SOX compliance records
Legal
- Contract archival: Ensuring contract documents remain readable for the life of the agreement
- E-discovery: Standardized format for legal document production
- Notarization: Digital notary records
Libraries and Cultural Heritage
- Digital libraries: Preservation of digitized historical documents
- Museums: Catalog records and research documentation
- Academic institutions: Thesis and dissertation archival
How to Create PDF/A Documents
Most PDF creation tools can export directly to PDF/A format:
- Microsoft Office: File → Export → Create PDF/XPS → Options → ISO 19005-1 compliant
- LibreOffice: File → Export as PDF → Archive (PDF/A-1a)
- Adobe Acrobat: File → Save As → PDF/A
- BloomPDF: After processing your document, the output preserves existing PDF/A conformance
Validating PDF/A Compliance
After creating a PDF/A document, it's important to validate compliance:
- veraPDF: Open-source PDF/A validation tool (industry standard)
- Adobe Acrobat Preflight: Built-in validation in Acrobat Pro
- PDF/A Validator: Online validation services
PDF/A vs. Regular PDF: When to Use Which
| Feature | Regular PDF | PDF/A |
|---|---|---|
| JavaScript | ✅ Allowed | ❌ Prohibited |
| External fonts | ✅ Allowed | ❌ Must embed |
| Encryption | ✅ Allowed | ❌ Prohibited |
| Multimedia | ✅ Allowed | ❌ Prohibited |
| Long-term readability | ⚠️ Not guaranteed | ✅ Guaranteed |
| Accessibility | Optional | Required (Level a) |
| File size | Smaller | Usually larger |
Use Regular PDF when: You need interactive features, encryption, multimedia, or smaller file sizes for documents that don't require long-term archival.
Use PDF/A when: You need to ensure a document will be readable and visually identical decades from now, or when regulatory compliance requires it.
Conclusion
PDF/A is an essential standard for anyone dealing with long-term document preservation, regulatory compliance, or institutional records management. While it imposes restrictions that make documents less feature-rich than standard PDFs, these restrictions are precisely what guarantee that your documents will remain readable, accessible, and visually faithful for generations to come.