What is PDF/A?
If a court, government portal or records department has told you to submit a 'PDF/A' file, you have met one of the few cases where the exact flavour of PDF matters. Here is what it is and why it exists.
A PDF built to survive for decades
PDF/A is a version of the PDF standard designed specifically for long-term archiving. The core idea is self-containment: a PDF/A file must embed everything it needs to display identically far into the future — all fonts, colour information and metadata travel inside the file.
To guarantee that, PDF/A bans the things that make ordinary PDFs fragile over time: it forbids linking to external fonts or content, disallows JavaScript and encryption, and requires embedded fonts. A normal PDF that relies on a font being installed on the reader's computer could render wrongly in twenty years; a PDF/A cannot.
When you need it — and when you don't
You need PDF/A when an institution requires it: legal e-filing systems, government submission portals, and corporate or regulatory records-retention policies often mandate it so documents remain readable for their full retention period. Outside those cases, a regular PDF is perfectly fine for everyday sharing and printing.
Converting to PDF/A embeds the fonts and strips the disallowed features, producing an archival-grade copy. Keep your original editable file too — PDF/A is a final, locked-down output format, not a working format.