4-part guide

How to make a document that still opens in twenty years

Short answer

Store anything where the layout matters as PDF/A, which embeds its fonts and forbids scripts, encryption and outside references. Store anything that is really just text as Markdown or plain UTF-8 text. Scan paper before it fades, run OCR on it, and keep at least two copies in different places.

A document survives two separate hazards. The bytes have to still be somewhere, and some program has to still know how to read them. Most people worry about the disk and lose the file to the format. These guides cover the four jobs that fix the second problem: converting a PDF into PDF/A so it carries its own fonts, getting paper into a clean digital page, pulling text out into plain Markdown that any editor can read, and choosing formats that will not need their own museum in fifteen years.

Every guide in this topic

Tools for this job

Other topics