Blog › Published 2026-07-01
PDF/A explained: how to archive documents for decades
Try opening a document you wrote twenty years ago. If you can find it at all, there is a fair chance it opens with tofu squares where characters should be, a mangled layout, or not at all — the program that made it is gone and nothing modern fully understands the file. Digital documents do not age gracefully by default. For anything that must remain readable for decades — contracts, deeds, records, theses — there is a format built precisely for that job: PDF/A.
Why ordinary files quietly rot
Documents decay for mundane reasons. A file references fonts installed on the original computer, and years later those fonts are nowhere to be found, so text reflows or vanishes. A format falls out of favour and new software drops support. A document leans on external resources — linked images, embedded players, scripts — that stop resolving. Or the file was encrypted, and the password died with a departed colleague. None of these is dramatic; each is enough to make a document unreadable exactly when someone finally needs it.
What PDF/A actually is
PDF/A is an ISO-standardised profile of PDF designed for archiving. The core idea is self-containment: everything needed to display the document — every font, every image, every colour definition — must be embedded inside the file itself, and everything that could break over time — scripts, external references, encryption, embedded audio and video — is forbidden. A PDF/A file makes no assumptions about the computer that will open it, which is precisely why it can make a promise ordinary files cannot: render me in thirty years exactly as I look today. Because the standard is public and vendor-neutral, archives, courts and tax authorities across the world have settled on it.
What belongs in an archive format
PDF/A is for documents whose useful life is measured in years: signed contracts and their annexes, invoices and accounting records kept for tax retention periods, diplomas and certificates, meeting minutes, permits, insurance policies, and the family paperwork you would grieve to lose. It is not for working files — a draft that changes weekly gains nothing from an archival straitjacket. The natural moment to convert is when a document becomes final: the version you would print and file in a fireproof cabinet is the version that deserves PDF/A.
- Finalise the document — archive the signed, definitive version, not a draft.
- If it is a scan, run OCR first so the archived copy is searchable.
- Convert it with PDF to PDF/A — fonts are embedded and the file is validated.
- Open the result once to confirm it renders, then store it in at least two places.
Searchable first, durable second
Order matters in that workflow. A scanned page converted straight to PDF/A is perfectly durable — and perfectly unsearchable, a photograph preserved for eternity. Running OCR before the archival conversion means the text layer is locked in with everything else, so in 2040 you will not only be able to open the file but also find it by searching for a word inside it. For an archive of any size, searchability is what separates a usable record from a digital attic.
The trade-offs to know about
PDF/A files run somewhat larger than their ordinary counterparts, because embedding every font and resource costs space — a fair price for self-sufficiency. More surprising to most people: PDF/A forbids password protection, since an archive that nobody can decrypt is a loss, not a safeguard. Protect archived documents by securing where they are stored — an encrypted disk or drive — rather than the files themselves. And if a source document is damaged or badly formed, repair it before conversion; an archival wrapper around a broken file preserves the breakage too.
Trust, but verify
An archive earns its keep only if the files in it actually conform, so do not take the label on faith. A proper conversion tool validates the result against the standard rather than merely renaming it, and many desktop readers display an archival notice when they open a conforming file. It is also worth re-opening a sample of your archive once a year — not because PDF/A files drift, but because storage does: a failing disk or an interrupted sync corrupts archival files as happily as any others. Two independent copies, checked occasionally, protect the format’s promise from the hardware’s indifference.
A small habit with a long reach
Archiving works best as a routine, not a rescue mission. When a document reaches its final state, convert it to PDF/A, name it consistently, and let your backup carry it to a second location. Pair the habit with a simple retention rule — keep what law, warranty or sentiment genuinely requires — and your archive stays small enough to manage and durable enough to trust.
Most files never need to outlive the season they were made in. But for the few that must — the signed, the certified, the irreplaceable — PDF/A is the difference between a document and a memory of one.
← Back to all articles