Skip to main content
How-To Guides

What Is PDF/A, and How to Convert a PDF for Long-Term Archiving

July 25, 2026
What Is PDF/A, and How to Convert a PDF for Long-Term Archiving
Almost nobody looks up PDF/A out of curiosity. You meet it when an upload form spits your file back with a message like "only PDF/A files are accepted," and suddenly a document you have been sending by email for years is not good enough. The frustrating part is that your PDF is not broken. It opens fine. It prints fine. It just breaks rules you did not know existed. Here is what those rules are, why anyone cares, and the shortest path from the file you have to the file the form will accept.

PDF/A is not a different format

This is the single thing worth understanding first: a PDF/A file is a PDF file. Same extension, same viewers, same double-click. What makes it PDF/A is that it obeys a stricter set of rules, published as the ISO 19005 standard, aimed at one goal: the document must still look exactly the same in twenty years, on a computer nobody has designed yet, with no access to the internet.

That goal rules out anything that depends on the outside world. A normal PDF is allowed to say "render this paragraph in Helvetica" and trust the reader's machine to have Helvetica. In 2045 it may not, and the text reflows into something else. A normal PDF can pull an image from a URL, run a script, or play a video. All of that is a dependency, and dependencies rot.

So PDF/A takes the same file and demands that it be self-contained.

What the rules actually require

  • Every font must be embedded. The actual glyph shapes travel inside the file, so the text renders identically whether or not the font is installed.
  • Colour must be device-independent. The file carries an ICC output intent, a colour profile that tells any future viewer precisely what "this shade of blue" means, instead of leaving it to the monitor.
  • No encryption. A password-protected PDF cannot be PDF/A. An archive that cannot be opened without a password nobody remembers is not an archive.
  • No JavaScript, no audio, no video, no launch actions. Anything executable or time-based is out.
  • No external references. Images, fonts and content all live inside the file. Nothing is fetched at open time.
  • Standardised metadata. The file carries XMP metadata that declares which PDF/A version and level it claims to meet, so a validator can check it against the right rulebook.

Notice what is not on that list: file size, page count, image quality, or whether the text is searchable. PDF/A is about durability, not about being small or tidy.

Which version do you need: PDF/A-1, 2 or 3?

Three parts of the standard exist, and they are additive rather than competing. Newer is not automatically better here, because what matters is what the receiving institution asks for.

  • PDF/A-1 (2005) is the strictest and the most widely accepted. It is based on the old PDF 1.4 and forbids transparency and layers, which means a modern design-heavy document may be visibly flattened when converted. If a public body names a version at all, it is usually this one.
  • PDF/A-2 (2011) is based on PDF 1.7. It permits transparency, layers and JPEG 2000 compression, and it lets you embed other PDF/A files as attachments. For most people this is the sensible default: the archival guarantees are the same, but your document is far less likely to change appearance during conversion.
  • PDF/A-3 (2012) is PDF/A-2 plus one significant change: you can embed any file inside it, not just PDF/A. This is what electronic invoicing standards use, wrapping the machine-readable XML of an invoice inside the human-readable PDF. Unless you need that, you do not need PDF/A-3.

And the letter after the number

You will see levels written as 1b, 2b, 2u, 2a and so on. The letter describes how much structure the file carries:

  • b (basic) guarantees visual reproduction. The page will look right forever. This is what the overwhelming majority of requirements mean.
  • u (unicode) adds a guarantee that all text maps to proper Unicode, so it can be reliably extracted and searched.
  • a (accessible) adds full tagging: reading order, structure, alternative text for images. It is what accessibility legislation asks for, and it cannot be conjured out of a flat scan by any converter. Real PDF/A-a comes from a well-tagged source document, not from a conversion step.

If nobody told you which level, choose PDF/A-2b. It satisfies the ordinary "must be PDF/A" requirement with the least disruption to how your document looks.

Who actually asks for it

PDF/A shows up in the same handful of places, and if you have hit it once you will hit it again:

  • Courts and legal filing systems. Several United States federal courts ask for PDF/A in their electronic filing rules, and European court portals increasingly do the same.
  • Government and public administration. National interoperability frameworks across the EU list PDF/A as the format for documents that must be retained long term. If you are filing anything with a public body electronically, expect it.
  • Universities and research repositories. Thesis and dissertation submission portals very commonly require PDF/A so the work stays readable decades after the author has left.
  • Records management and audit. Anywhere a retention policy says "keep for seven years," someone eventually asks how that is guaranteed, and PDF/A is the answer.
  • Electronic invoicing. PDF/A-3 specifically, with structured invoice data embedded inside a readable document.

How to convert a PDF to PDF/A

The conversion itself is quick. What you are really doing is asking a converter to embed everything that was previously referenced, attach a colour profile, strip anything forbidden, and write the metadata that declares the result compliant.

  1. Open the PDF to PDF/A converter and upload your file.
  2. Pick the conformance level. PDF/A-1b, 2b and 3b are all available. Take 2b unless you were told otherwise.
  3. Convert, and download the result.
  4. Open it and read it. Conversion can change appearance, and that is worth thirty seconds of your attention before you file it anywhere.

One thing to sort out first: if your PDF has a password on it, remove that before converting, because encryption and PDF/A are mutually exclusive. The guide to removing a password from a PDF you own covers how, and note the "you own" part, since you need the password to remove it.

How to check the result is really PDF/A

A file that merely claims to be PDF/A is not much use if the receiving system disagrees. There are three levels of checking, and the effort should match the stakes.

  • Open it in any PDF reader. Most viewers show a small banner along the top saying the document is in PDF/A mode. Missing banner, missing declaration.
  • Look at the document properties. The metadata will name the PDF/A part and level the file claims.
  • Run a real validator. veraPDF is the open-source reference implementation and is free. For a thesis or a court filing, run it once. It takes a minute and it is the same check the institution's system is likely doing.

Our converter checks the output structurally before handing it to you, confirming the output intent is present and the declared conformance level matches what you asked for. That catches a failed conversion. It is not a full ISO 19005 audit, so for legally binding documents, validate once with veraPDF and sleep better.

When conversion changes your document

Sometimes the converted file does not look quite like the original. This is nearly always one of five things.

  • Transparency was flattened. Converting to PDF/A-1b removes transparency, because PDF 1.4 has none. Soft shadows, glows and semi-transparent overlays get baked into opaque pixels. If your document has any modern design work in it, use 2b instead and the problem disappears.
  • A font was substituted. If the source PDF referenced a font without embedding it, the converter has to embed something, and it picks the closest available match. Spacing and line breaks may shift. The fix is upstream: export the original document with fonts embedded.
  • The file got bigger. Expected, and not a bug. Embedding fonts and a colour profile adds real bytes. If the size becomes a problem, run the result through the PDF compressor afterwards, then re-validate, since aggressive compression can undo compliance.
  • Interactive elements vanished. Form fields, scripts and multimedia are not archival content. If you need the filled-in values preserved, flatten the form before converting so the answers become part of the page.
  • The conversion refused to run. Almost always encryption. Remove the password and try again.

What PDF/A does not do

It is worth being precise, because PDF/A gets credited with properties it does not have.

  • It is not a signature and it is not proof of authenticity. PDF/A says the file will render the same in future. It says nothing about who made it or whether it has been altered. If you need that, you need a signature.
  • It is not security. Quite the opposite: it forbids encryption. If a document needs to be both archived and protected, those are two separate copies with two separate jobs.
  • It does not make a scan searchable. A scanned page converted to PDF/A-1b is a compliant archival file containing a picture of text. If you need the words, you need OCR first. Our note on when to use OCR versus a direct conversion explains the difference.
  • It does not improve quality. A blurry scan archived perfectly is a blurry scan, permanently.

FAQ

Can I convert a PDF/A file back to a normal PDF?

You do not need to. A PDF/A file is a valid PDF and opens everywhere. If you edit it, the result usually stops meeting the PDF/A rules, which is fine as long as you keep the archived copy untouched and convert again after editing.

Is PDF/A-3 better than PDF/A-2 because the number is higher?

No. The only meaningful difference for most people is that PDF/A-3 lets you embed arbitrary files. Some archives actively dislike that, because an embedded spreadsheet is a dependency they cannot guarantee will still be readable. Choose the version you were asked for, and 2b if you were not asked.

Why does my scanned document convert but stay unsearchable?

Because a scan is an image, and archiving an image preserves the image. Run text recognition or a scanned PDF to Word conversion first if you need real text, then convert the result.

Do I need PDF/A for ordinary business documents?

Usually not. For an invoice you will send and forget, a normal PDF is fine. PDF/A earns its keep when a document has to survive a retention period, a legal process or an institutional repository, or when someone has explicitly asked for it.

Will PDF/A stop my file from being edited?

No. It is not read-only and not locked. Anyone with an editor can change it, exactly as with any PDF. What PDF/A guarantees is faithful rendering over time, not immutability.

What if the receiving system rejects my PDF/A file anyway?

Check three things in order: whether they wanted a specific part and level such as 1b rather than 2b, whether the file still carries a password, and whether a validator reports a genuine error. In practice the first of those explains most rejections.

Convert your file

If a form is waiting on an archival copy, the PDF to PDF/A converter handles PDF/A-1b, 2b and 3b and checks its own output before you download it. It is part of Convertica Premium, alongside the rest of the premium toolset. If you need to prepare the file first, removing a password, compressing and merging pages into one document are all free, and the full tool list covers the rest.