PDF Formats Explained: PDF, PDF/A, and When to Use Each
Most people think there is one kind of PDF. There are several, and choosing wrong can mean a document that looks fine today and breaks in a decade.
I used to think PDF was PDF. Then a records request asked for documents in PDF/A, I had no idea what that was, and I learned the hard way that the format you save in is a decision, not a default. For most day-to-day work it genuinely does not matter. For documents that have to outlive the software that made them, it matters a lot.
This guide cuts through the variants to the few that are worth knowing. You do not need to memorize the full PDF specification. You need to know which flavor to reach for when, and why.
Standard PDF: the everyday workhorse
A standard PDF is what you get when you export or print to PDF from almost any program. It preserves layout, fonts, and images so the document looks the same everywhere, and it can hold text, forms, links, and annotations. For sharing, reviewing, and sending, this is all you need.
Its one weakness is durability over very long timescales. A standard PDF can rely on fonts that are referenced rather than embedded, or on features that future readers might not support. For most documents that never matters, because they are read and acted on within months. For documents meant to be opened in twenty years, it can.
PDF/A: the format built to last
PDF/A is a variant designed for long-term archiving. The core idea is self-containment: everything needed to display the document, especially fonts, must be embedded inside the file, and features that depend on external resources or that could change rendering over time are forbidden. The result is a file that should look the same in fifty years as it does today.
That durability comes with trade-offs. PDF/A files are usually larger because of all those embedded fonts, and they disallow some interactive features. You use it when permanence is the priority: legal records, regulatory filings, government archives, anything you are obligated to preserve faithfully.
Step by step: choosing the right format
- Ask how long the document needs to be readable. Months means standard PDF; decades means PDF/A.
- Ask whether anyone has mandated a format. Courts, regulators, and archives often require PDF/A specifically.
- Ask whether the file needs interactivity like fillable forms or scripts, which favors standard PDF.
- Ask whether file size matters for sending, since PDF/A is heavier because of embedded fonts.
- For routine sharing, save standard PDF and move on; do not over-engineer everyday files.
- For records you must preserve, save or convert to PDF/A and keep that as the canonical archive copy.
A few other variants worth a sentence
You may also hear about PDF/X, which is tuned for professional printing and color accuracy, and tagged PDF, which adds structure for accessibility and screen readers. Linearized or fast-web-view PDFs are optimized to start displaying before the whole file downloads. You rarely choose these by hand, but knowing the names means you will not panic when one appears in a requirement.
The practical takeaway is simple. Default to standard PDF, reach for PDF/A when permanence is required, and let printers and accessibility tools handle the rest. That covers almost everything a founder will ever face.
If you want one habit that pays off later, it is keeping a clearly labeled archival copy of anything you are legally or practically obligated to retain. Save the working version in standard PDF for everyday use, and a PDF/A version in a folder you treat as the record of truth. When a request arrives years from now, you will have the durable copy ready instead of scrambling to reconstruct a document whose original software no longer exists.
A note on privacy
Converting between PDF formats, like turning a standard PDF into PDF/A for an archive, is the kind of task that often involves your most important records. Many converters do this in the cloud, which means uploading documents you specifically chose to preserve because they matter.
The Atlas PDF tools at /tools run on-device, so format conversions and the rest of your PDF work happen in the browser without uploading. Your archival records can be prepared without ever leaving your machine, which is the right posture for files you intend to keep forever. It would be a strange contradiction to safeguard a document for the next fifty years by first sending a copy to a server whose own lifespan you cannot predict. Preparing the record locally keeps the chain of custody simple and entirely yours.