PDF/A Explained: What It Is and When You Actually Need It
A PDF that opens perfectly today isn't guaranteed to open perfectly in twenty years. PDF/A is the format built specifically to close that gap — here's what it actually changes under the hood, and who's required to use it.
Why a normal PDF isn't actually future-proof
A regular PDF is allowed to reference things outside itself: a font installed on the system that opens it, an external colour profile, embedded JavaScript, encryption tied to a password or certificate. All of that works fine right now, on your machine. None of it is guaranteed to still exist, still be supported, or still be legal to use in twenty or fifty years. A font license can lapse, a JavaScript engine can be deprecated, an encryption scheme can become obsolete — and the document that depended on it degrades or becomes unreadable.
What PDF/A actually locks down
PDF/A is an ISO standard (ISO 19005) with one job: guarantee a document renders identically, indefinitely, without depending on anything outside the file itself. To qualify, a PDF/A file cannot:
- Reference a font that isn't embedded directly in the file — every character has to be self-contained
- Use encryption or password protection
- Contain JavaScript or other executable/launch actions
- Reference external content (audio, video, or files outside the document)
- Skip embedded colour profiles or the required XMP metadata block describing the document
The result is a file that's deliberately less "dynamic" than a regular PDF, in exchange for being verifiably readable by any compliant viewer, on any system, at any point in the future — which is the entire point of an archival format.
Who actually requires it
This isn't a theoretical best practice — several institutions require PDF/A specifically, not just "a PDF": many U.S. federal courts mandate it for electronic case filings, national and government archives commonly require it for permanent records, and libraries and institutional repositories frequently specify it for long-term digital preservation of scanned or born-digital materials. If a submission you're making goes into a permanent record system, there's a real chance the format spec says "PDF/A," not just "PDF."
When you don't need it
For a document you're emailing, sharing for a week, or expect to update again soon, PDF/A adds nothing — it's a trade-off you make specifically for long-term, unattended readability, not everyday convenience. Day-to-day sharing, invoices, contracts under active negotiation, anything you'll revise again — a regular PDF is the right choice.
Converting an existing PDF to PDF/A
You don't need to recreate a document from scratch to get a compliant archival copy. PDF to PDF/A converts an existing PDF by embedding its fonts, stripping anything the standard disallows, and adding the required metadata — producing a file built to still open correctly long after the software you made it with is gone.