Archiving PDFs So They Still Open in Ten Years

Assuming that a file which opens today will open in ten years feels reasonable. With digital documents that assumption often turns out wrong — and by the time anyone notices, it is usually too late.

Updated:

What degrades over time

What PDF/A is

PDF/A is a subset of PDF defined for long-term preservation. The idea is simple: everything needed to display the document correctly must be inside the file, with no external dependency left.

FeatureOrdinary PDFPDF/A
Font embeddingOptionalRequired
EncryptionAllowedForbidden
JavaScriptAllowedForbidden
Externally linked contentAllowedForbidden
Colour profileOptionalMust be defined
Audio and videoAllowedForbidden

Forbidding encryption looks odd at first. The reasoning: a document whose password is lost is not archived. Confidentiality in an archive belongs to access control, not to the file itself.

Three decisions when building an archive

  1. Keep the source too. A PDF is output; the Word or design file is the editable source. Store both.
  2. Standardise naming. A scheme like 2026-09-08_contract_client-name_v2.pdf is the only realistic way to find a file ten years later.
  3. Make it searchable. Run scans through OCR; an archive you cannot search is, in practice, an archive you have lost.
Advertisement

Decisions you cannot undo

Some archive operations are one-way, and regret does not help:

A practical minimum

Even without a formal archiving system, three habits noticeably extend the life of your documents: make sure fonts are embedded, run scans through OCR, and keep a second copy on different media.

Merging related documents into one PDF per topic also simplifies an archive: ten files instead of a hundred are easier both to back up and to find.

Frequently asked questions

Is PDF/A better than ordinary PDF?

Not better, just constrained for a different purpose. It requires everything needed to display the document correctly to be inside the file. For everyday sharing, ordinary PDF is entirely appropriate.

Why does PDF/A forbid encryption?

A document whose password is lost is not archived. Confidentiality in an archive belongs to access control, not to the file itself.

What is the most common archiving mistake?

Keeping a single copy and deleting the original. A file sitting in one place is not backed up, and the raw scan is worth keeping for a while after processing.

How should I name archived files?

With a consistent scheme, date first, subject and version after. Standardising the naming from the start is the only realistic way to find a file ten years later.

More guides

Try Konta PDF

Merging, splitting, reordering, encrypting, OCR and image-to-PDF are free. Files are processed in your browser.

Open the tools