How to save a PDF as PDF/A for long-term archiving
Need a PDF that still opens correctly in ten years? Convert it to PDF/A in your browser with files.co. Here's what PDF/A is, when you need it, and how to make one without uploading.
A normal PDF is built for today. It assumes the fonts it points to are installed, that the software opening it behaves a certain way, that the bits and pieces it references are around. Open it next week and it looks fine. The trouble starts years later, when a font is missing or some feature has been dropped, and the document that mattered now renders wrong or won’t open at all.
PDF/A is the version built to survive that. If you’re archiving something that has to be readable far into the future, this is the format you want, and you can make one in your browser.
What PDF/A actually is
PDF/A is a stricter flavour of PDF, designed by standards bodies specifically for long-term archiving. The “A” is for archive. It takes a regular PDF and locks down everything that could make the file fragile over time.
The big difference is self-containment. A PDF/A has to carry everything it needs inside the file itself. Most importantly, the fonts are embedded, so the document doesn’t depend on the right font being installed on whatever machine opens it in 2040. It also bans the things that don’t age well: no external references, no JavaScript, no encryption, nothing that relies on the outside world being a certain way. The result is a file that should look exactly the same whenever and wherever it’s opened.
When you actually need it
You don’t need PDF/A for everyday documents. You need it when “this has to still be readable in years” is a real requirement:
- Legal and official records. Many courts and government bodies require submissions in PDF/A precisely because they have to keep them readable for decades.
- Financial and tax archives. Records you’re legally obliged to retain for years.
- Anything going into a real archive. Libraries, institutional repositories, company document retention systems.
- Contracts and signed agreements you want to be sure open correctly long after everyone’s forgotten what software made them.
If a document is just for this week’s email, a normal PDF is fine. If it’s going into long-term storage, PDF/A is the safe choice.
Converting to PDF/A in your browser
files.co has a PDF to PDF/A tool that runs on your device:
- Open the PDF to PDF/A tool and drop your PDF in.
- Let it convert. The tool embeds the fonts and reworks the file to meet the PDF/A rules, all in your browser.
- Download the archival copy. You get a PDF/A version, ready to file away. Keep your original too if you like.
The file you started with stays as it is; you get a new, archive-grade copy.
Why doing it locally matters here too
The documents you archive as PDF/A are, almost by definition, the ones that matter: legal filings, financial records, signed contracts. These aren’t throwaway files. Uploading them to a random conversion site to make them “future-proof” means handing your most important documents to a third-party server first, which is a strange trade for a privacy-conscious archive.
files.co does the conversion in your browser. The PDF is read into memory on your machine, converted to PDF/A right there, and saved back to your downloads. Nothing is uploaded. As always, you can verify it: open DevTools (F12), watch the Network tab during the conversion, and you’ll see no traffic. Or pull your connection and do it offline.
A sensible last step
PDF/A is usually the final step before something goes into storage, so it pairs with the tools you’d use to finish a document, all browser-based:
- Assembling the record from several files first? Merge them, then convert the result to PDF/A.
- Archiving a scan? Run OCR before converting, so the archived file is searchable, not just a picture.
For the core task it’s one tool and one click. Open the PDF to PDF/A tool, drop your document, download the archival copy. A file built to still open correctly long after the software that made it is gone, and it never left your machine to become one.