Troubleshooting
PDF vs PDF/A: What Is the Difference?
PDF/A is PDF with the unpredictable parts removed. What is restricted, why archives insist on it, and when you need it.
PDF/A is not a different format so much as a promise about a PDF: that everything needed to display it correctly is inside the file, and that nothing in it depends on the outside world.
What PDF/A forbids
| Feature | Standard PDF | PDF/A |
|---|---|---|
| Fonts referenced but not embedded | Allowed | Forbidden |
| Encryption | Allowed | Forbidden |
| JavaScript | Allowed | Forbidden |
| Audio and video | Allowed | Forbidden |
| External content references | Allowed | Forbidden |
| Device-dependent colour | Allowed | Forbidden |
| Structured XMP metadata | Optional | Required |
Every restriction addresses the same risk: something that renders correctly today because of the environment, and will not render correctly in twenty years when the environment has changed.
Why encryption is banned
It surprises people that an archival format forbids protection. The reasoning is that an archive exists to be readable. A password that is lost — and over decades, it will be — makes the document permanently inaccessible, which defeats the entire purpose. Protect the repository, not the file.
The conformance levels
- PDF/A-1b — appearance is preserved. The baseline.
- PDF/A-1a — appearance plus tagged structure and reading order, for accessibility.
- PDF/A-2 — adds JPEG 2000, transparency and PDF/A attachments.
- PDF/A-3 — adds arbitrary attachments, used by e-invoicing standards.
- PDF/A-4 — the current revision, simplified and based on PDF 2.0.
When you need it
Court filings, government submissions, national archives, academic deposits, regulated records retention and long-term corporate archives. If a body has a retention obligation measured in decades, it will usually specify PDF/A.
For everyday documents it adds file size and removes flexibility for no benefit. Use it where longevity is the requirement, not by default.
Converting
Conversion embeds fonts, fixes the colour handling and writes the metadata. Expect the file to grow. Run OCR first on any scan — an archival file containing unsearchable images meets the standard and fails the purpose.
How to tell what you have
Most readers display a notice when a document declares PDF/A conformance, and the conformance level is recorded in the document metadata. If you need certainty — for a filing that will be rejected otherwise — a validator checks the file against the standard properly rather than trusting the declaration.
A file can claim conformance and fail validation, usually because it was converted by a tool that wrote the metadata without enforcing every rule. Where acceptance depends on it, validate rather than assume.
Keeping both copies
The archival copy and the working copy have different jobs. Keep the PDF/A version in the archive, where it will still open in twenty years, and keep the original for everyday use — smaller, editable, and free of the constraints. Storing only the archival version is a common mistake that makes routine work harder for no benefit.
Do it now
PDF to PDF/A
Convert PDF to archival PDF/A format. It runs in this browser tab — your file is not uploaded anywhere.
Open PDF to PDF/AFrequently asked questions
Can I open a PDF/A in a normal reader?+
Yes. It is an ordinary PDF that satisfies extra constraints.
Is PDF/A better than PDF?+
Better for archiving. Worse for everything else, because of the restrictions.
Can I password-protect a PDF/A?+
No. Encryption is forbidden by the standard.
Does converting change the appearance?+
It should not. Transparency effects may be flattened when converting to the older levels.