TG Edit-Pdf
TG Edit-Pdf
Advertisement

What Is PDF/A and When Do You Need It?

PDF/A is a version of PDF designed for long-term archiving. It is defined by the ISO 19005 standard, and its single goal is simple: a file you save today should look and read exactly the same way decades from now, even if the software that created it, the fonts it used, and the network resources it once pointed to have all disappeared.

A regular PDF can quietly depend on things outside the file. PDF/A removes every one of those dependencies so the document is fully self-contained.

Why PDF/A is stricter than a normal PDF

To guarantee that a document renders identically in the future, PDF/A forbids anything that could change how the file looks or behaves over time:

  • Fonts must be embedded. A normal PDF can reference a font installed on your machine. If that font is missing later, the text reflows or substitutes. PDF/A bakes every font into the file.
  • No external dependencies. No links to remote files, no streamed content, no audio or video, no JavaScript, and no LaunchAction-style actions that run external programs. Everything the document needs lives inside it.
  • No encryption. An archival file must be openable without a password or a decryption key that might be lost. (If you need access control, that is a separate concern handled at the storage layer, not inside the archived file.)
  • Defined, device-independent colour. Colour spaces are specified explicitly so the document does not depend on a particular monitor or printer profile.
  • Standardised metadata. Document properties are stored as XMP so catalogues and archives can index the file consistently.

The trade-off is that PDF/A files are sometimes larger (embedded fonts and colour data add weight) and you lose dynamic features. That is the point: an archive is meant to be frozen, not interactive.

Conformance levels: 1, 2, 3 and a, b, u

PDF/A comes in versions and levels, written together like PDF/A-2b.

The number is the generation, each based on a newer PDF spec:

  • PDF/A-1 — the original, strictest version. Based on PDF 1.4. No transparency, no layers.
  • PDF/A-2 — adds JPEG 2000 compression, transparency, layers, and lets you embed other PDF/A files.
  • PDF/A-3 — same as PDF/A-2 but also allows you to embed any file (for example, the source spreadsheet or an XML invoice) as an attachment.

The letter is the conformance level, about how faithfully the content is captured:

  • b (basic) — guarantees the visual appearance is reproducible.
  • a (accessible) — adds tagged structure and a defined reading order, so the text is machine-readable and works with screen readers.
  • u (unicode) — a middle ground: all text maps to Unicode, so it is reliably searchable and copyable, without full accessibility tagging.

For most archiving needs, PDF/A-2b or PDF/A-2u is a sensible, widely accepted choice.

Who actually requires PDF/A

PDF/A is often a legal or institutional mandate, not just a nice-to-have:

  • Courts — many e-filing systems accept only PDF/A for submitted documents.
  • Government agencies — tax authorities, patent offices, and procurement portals frequently demand it for permanent records.
  • Libraries and national archives — digital preservation programmes standardise on PDF/A for anything kept indefinitely.
  • Regulated industries — finance, pharma, and engineering use it for records that must survive audits years later.

If a filing portal rejects your file or asks for an "archival PDF," PDF/A is almost always what it means.

How to create a PDF/A file

On pdf-edit.tech you can convert a PDF to the archival standard with PDF to PDF/A. Behind the scenes it runs the conversion (powered by ocrmypdf with Ghostscript), embedding fonts and stripping the disallowed features so the result conforms.

Two things help the conversion succeed:

  • Make the text real first. A scanned page is just an image, so it cannot be searched or tagged. Run OCR PDF to add a true text layer before archiving — this also gets you closer to the u and a conformance levels.
  • Flatten interactive content. Form fields and overlays can complicate archiving. Flatten PDF bakes form fields and annotations into the page so nothing dynamic remains.

Note that PDF/A forbids encryption, so do not password-protect a file you intend to archive — archive first, control access separately.

Related tools: PDF to PDF/A, OCR PDF, and Flatten PDF.


Advertisement
Advertisement
Advertisement