Slate PDF

Converting

How to Convert a PDF to PDF/A for Long-Term Archiving

PDF/A is the format archives and courts ask for. Here is what makes it different, when you need it, and how to convert.

July 3, 20263 min read

PDF/A is a restricted version of PDF designed so that a file opened in fifty years looks the way it does today. Courts, national archives, universities and regulators increasingly require it.

Convert to PDF/A

  1. 1Open the PDF to PDF/A tool and add your document.
  2. 2Convert. Fonts are embedded, the colour handling is made explicit, and the archival metadata is written in.
  3. 3Keep the original alongside the archival copy — conversion is one-way in spirit.

What makes a PDF archival

The core idea is self-containment: everything needed to render the page must be inside the file, and nothing may depend on the outside world.

  • Fonts must be embedded, so the document does not depend on what is installed later.
  • Colour must be unambiguous, with an explicit colour space rather than "whatever the device does".
  • No external references — no linked images, no fetched content.
  • No encryption, because a future reader must be able to open it.
  • No JavaScript, no audio, no video, no executable content.
  • Structured XMP metadata declaring the conformance level.

The conformance levels

LevelGuarantees
PDF/A-1bVisual appearance is preserved. The common baseline.
PDF/A-1aAppearance plus tagged structure and reading order, for accessibility.
PDF/A-2Adds JPEG 2000, transparency and embedded PDF/A attachments.
PDF/A-3Adds arbitrary attachments — used for e-invoicing formats such as ZUGFeRD.

If a requirement just says "PDF/A", level 1b or 2b is what is normally meant. Ask if the answer determines whether a filing is accepted.

What conversion changes

Expect the file to grow, because fonts that were previously referenced now have to be carried inside it. Expect encryption and interactive content to be stripped, since neither is permitted. And expect transparency effects to be flattened when converting to the older levels — which is why you keep the original.

Validate before you rely on it

A file can declare PDF/A conformance and still fail validation — usually because the converting tool wrote the metadata without enforcing every rule. If acceptance by a court, a registry or an archive depends on conformance, run a validator rather than trusting the declaration.

What to archive alongside the file

  • The original PDF, which is smaller and unconstrained.
  • A note of the conformance level, so future readers know what was claimed.
  • The date of conversion and the tool used.
  • A checksum, so future corruption can be detected rather than guessed at.

An archive is a system rather than a file format. PDF/A guarantees the document will render; the surrounding records are what let anyone verify it is the document that was deposited.

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/A

Frequently asked questions

Is PDF/A just a normal PDF?+

A PDF/A file opens in any reader like any other PDF. The difference is the constraints it satisfies, recorded in its metadata.

Which level do I need?+

Whatever the receiving body specifies. Where nothing is specified, 1b or 2b is the safe default.

Can I password-protect a PDF/A?+

No. Encryption is forbidden precisely because it could make the file unreadable in the future.

Why did my file get bigger?+

Because fonts are now embedded rather than assumed. That is the point of the format.

Keep reading