PDF guides
What Is PDF/A and When Should You Use It?
PDF/A is a restricted, self-contained version of PDF designed so a document can still be opened and displayed the same way years or decades from now. This guide explains what the standard actually requires, who asks for it, and when an ordinary PDF is perfectly fine.
Ready to try the tool this guide describes?
What PDF/A is
PDF/A is a family of ISO standards (ISO 19005) that define a subset of PDF for long-term preservation. An ordinary PDF can quietly depend on things outside the file: a font installed on the author’s computer, a color that is only defined by the device, a link to an online resource, or a script that runs when the file opens. Any of those can behave differently — or vanish — in ten or twenty years.
PDF/A removes those dependencies. A PDF/A file must carry everything needed to display it, and it must leave out features that make future display unpredictable.
What a PDF/A file must and must not contain
- All fonts used by the document are embedded in the file.
- Colors are defined in a way that does not rely on a specific device, typically through an embedded color profile (an output intent).
- Encryption and password protection are not allowed.
- JavaScript and other executable content are not allowed.
- Audio and video content are not allowed.
- Descriptive metadata is stored in a standard, machine-readable form (XMP) inside the file.
Who asks for it
Requests for PDF/A usually come from organizations that must keep records for a long time: government archives and records offices, libraries and universities that deposit theses and reports, and some courts and e-filing systems. Certain electronic-invoicing formats are built on PDF/A as well — Factur-X and ZUGFeRD, for example, use a PDF/A-3 container.
Requirements vary by organization and jurisdiction, so check exactly which PDF/A version and conformance level they name before converting.
When you do not need PDF/A
If the file is going to be read this week — an email attachment, a shared draft, a form someone will fill in — PDF/A adds nothing and forbids features you may want, such as encryption or interactive scripts. The conversion also embeds fonts and a color profile, which usually makes the file larger.
Use PDF/A when a rule, contract or records policy asks for it, or when you are deliberately creating a copy of a document that must stay readable for a long time.
How to tell whether a file really is PDF/A
A viewer may show a “PDF/A” badge because the file declares that it is PDF/A in its metadata, but a declaration is not proof. The only reliable answer is to run the file through a validator. veraPDF is the open-source reference validator for the standard, and the PDF to PDF/A tool on Looty Tools uses it to check every converted file before offering a download.
A file that declares itself PDF/A but fails validation is not a conforming archive copy.
What Is PDF/A? FAQ
- Is PDF/A a different file format from PDF?
- It is still a PDF file with a .pdf extension, but it follows stricter rules. Every PDF/A file is a valid PDF; most ordinary PDFs are not valid PDF/A.
- Does PDF/A make a document more secure?
- No. PDF/A is about long-term readability, not security. It actually forbids encryption, so a PDF/A file cannot be password-protected.
- Will a PDF/A file look exactly like the original?
- It should look very close, but conversion embeds fonts and converts colors to a defined color space, so small differences in color or text rendering are possible. Open the converted file and check it.
- Can I edit a PDF/A file?
- Yes, with most PDF editors, but an edit can break conformance — for example by adding a font that is not embedded. If the file must stay PDF/A, re-validate it after any change.
- Is PDF/A the same as an accessible PDF?
- No. Accessibility (tagged structure for screen readers) is a separate goal. Only the “a” conformance levels of PDF/A require tagging; the “b” level covers visual reproduction only.
- Why is my PDF/A file bigger than the original?
- Embedding every font and a color profile adds data. A somewhat larger file is normal.
Related guides
- PDF/A-1 vs 2 vs 3Compare the parts and conformance levels of PDF/A, learn what the a, b and u letters mean, and see why the PDF to PDF/A tool creates PDF/A-2b and when a requirement needs something else.
- Why PDF/A Conversion FailsThe real reasons a PDF cannot become a valid PDF/A-2b file — encryption, damage, fonts that cannot be embedded, scripts and attachments — and a practical sequence of fixes to try.
