What Is PDF/A? The Archival PDF Standard Explained
PDF/A is the ISO standard for long-term archiving. Learn what it restricts, the difference between PDF/A-1, PDF/A-2, and PDF/A-3, and when you need to use it.
PDF/A is a subset of PDF defined by ISO standard 19005. Its sole purpose is long-term archiving — ensuring a document will look identical in 50 years without needing the original software that created it. It achieves this by banning anything that requires external resources or could change the rendering: no JavaScript, no encryption, all fonts must be embedded, all colors must be defined using device-independent color spaces.
Why PDF/A Exists
Regular PDFs can reference external resources — fonts loaded from the operating system, colors defined by an ICC profile on a separate file, JavaScript calling external APIs. A regular PDF created today might render differently in 2075 if those resources are no longer available. PDF/A eliminates this risk by requiring that everything the document needs to render correctly is embedded inside the file itself, with no external dependencies.
What PDF/A Prohibits
- Encryption (passwords or permissions)
- JavaScript and executable code PDF references to external resources (fonts, ICC profiles, images) not embedded in the file
- Audio and video content
- Transparent objects (PDF/A-1 only — allowed in PDF/A-2 and later)
- Non-standard color spaces (all colors must be sRGB, CMYK, or defined via an embedded ICC profile)
- LZW compression (due to historical patent concerns — now lifted, but PDF/A-1 still bans it)
PDF/A-1, PDF/A-2, and PDF/A-3 Compared
There are three generations:
- PDF/A-1 (2005, based on PDF 1.4): strictest. No transparency, no layers, no JPEG 2000. Two conformance levels: A (fully tagged, accessible) and B (visual preservation only).
- PDF/A-2 (2011, based on PDF 1.7): adds transparency, layers (OCGs), JPEG 2000, digital signatures, and embedding of other PDF/A files. Still most widely required by governments.
- PDF/A-3 (2012): same as PDF/A-2 but allows embedding any file format (e.g., the original XML data behind an invoice). Used in e-invoicing standards like ZUGFeRD and Factur-X.
Who Requires PDF/A
PDF/A is mandated in many regulated industries and jurisdictions: the US federal court system (PACER), the European Union's e-invoicing and archiving regulations, German and French public sector document retention laws, ISO-certified document management systems, and most national archives. If you're submitting documents to a government portal or a records management system, there's a good chance PDF/A compliance is required.
How to Create and Validate PDF/A Files
Most professional PDF tools (Adobe Acrobat Pro, LibreOffice, Microsoft Office with the right export settings) can export PDF/A. To validate an existing PDF for compliance, use tools like veraPDF (free, open-source, the reference implementation for ISO PDF/A validation) or Adobe Acrobat's built-in preflight checker. A file with a .pdf extension is not automatically PDF/A — you need to validate it against the specific conformance level required.
Try Compress PDF Now — Free
Browser-based, private, and instant. No account or software required.
Open Compress PDF


