Some court systems, banks, universities and government archives ask for documents "in PDF/A format." It sounds like a different file type, but a PDF/A is still a PDF — just one that follows stricter rules so it can be opened exactly the same way many years from now.
Why PDF/A Exists
A normal PDF can depend on things outside itself: a font installed on the author's computer, a video linked from the web, a script, or a password. Over twenty years, any of those can disappear. PDF/A (defined in the international standard ISO 19005) removes those dependencies so the file carries everything it needs.
What PDF/A Requires
- All fonts embedded, so text never falls back to a different typeface.
- No encryption or passwords.
- No JavaScript or executable content.
- No external content such as linked audio, video or fonts on another server.
- Defined colour information, so colours display consistently.
- Metadata describing the document, stored in a standard format.
The Versions You Will See
| Version | What it adds |
|---|---|
| PDF/A-1 | The original (2005), based on PDF 1.4 |
| PDF/A-2 | Allows newer features such as transparency and layers |
| PDF/A-3 | Allows other files (for example XML or a spreadsheet) to be attached inside |
| PDF/A-4 | Based on PDF 2.0 |
Each version also has conformance levels. "b" (basic) guarantees the page will look right. "a" (accessible) adds structure for screen readers. "u" guarantees text can be extracted as Unicode. When a form simply says "PDF/A-1b" or "PDF/A-2b," it is asking for the basic, visually reliable level.
When You Actually Need It
- A government, court or tender portal lists PDF/A as a requirement.
- You are archiving records your business must keep for many years.
- A university asks for a thesis in an archival format.
- An accountant or auditor requests invoices in PDF/A.
For everyday sharing — emailing a CV, sending a quotation — a normal PDF is fine.
How to Convert a PDF to PDF/A
- Open PDF to PDF/A.
- Upload your PDF.
- Download the converted file and check it opens correctly.
- If the portal validates files on upload and rejects it, check whether the original PDF was password-protected — remove the password first with Unlock PDF if you own the document.
Things That Can Go Wrong
- Encrypted input. A locked PDF cannot become PDF/A until the lock is removed.
- Scanned pages. They convert fine visually, but the text will not be searchable. Run OCR first if the office needs searchable text.
- Very large files. Some portals combine PDF/A with a size limit. Converting first and then compressing can undo the compliance, so check with the office which step they expect.
Bottom Line
PDF/A is not a new format to learn — it is a "long-life" version of the PDF you already use. Convert to it only when someone asks, and keep your original file as a working copy.