A regular PDF is flexible but unpredictable across decades and devices. PDF/A and PDF/X are constrained subsets of the same format — built to guarantee specific properties for archiving and printing. Picking the right flavour saves you from broken fonts, color shifts, and rejected print jobs.
Standards at a Glance
| Standard | Purpose | Fonts | Color | Common Use |
|---|---|---|---|---|
| PDF 1.7 / 2.0 | General purpose | Optional embedding | Any | Daily documents, sharing |
| PDF/A-1b | Long-term archival | All embedded | Device-independent | Legal, regulatory archives |
| PDF/A-2b / A-3 | Modern archival + attachments | All embedded | ICC-tagged | E-invoices (ZUGFeRD), records |
| PDF/X-1a | Print, CMYK only | All embedded | CMYK + spot, no live transparency | Legacy prepress |
| PDF/X-4 | Modern print | All embedded | ICC + transparency allowed | Magazines, packaging |
| PDF/UA | Accessibility | Embedded + tagged | Any | Screen-reader compliant docs |
When to Use PDF/A
PDF/A removes anything that depends on the outside world. There are no external font references, no linked media, no encryption, no JavaScript, no audio or video. Everything required to render the document exactly the same way in 2050 is sealed inside the file. Choose PDF/A whenever the document must outlive its software — court filings, medical records, regulatory submissions, museum collections, ISO 9001 quality records.
- PDF/A-1b: safest, widest validator support, no transparency or layers.
- PDF/A-2b: modern default, allows JPEG2000, transparency, layers.
- PDF/A-3: A-2 plus arbitrary embedded files (XML, CSV, source data).
When to Use PDF/X
PDF/X exists because commercial printing is unforgiving. A missing font or an untagged RGB image can ruin a 10,000-copy run. PDF/X mandates an output intent — a named ICC profile (such as Coated FOGRA39) that describes the press condition — so the printer knows exactly which color space your file targets. If you send work to a print shop, ask which PDF/X variant they require and export to that exact flavour.
Picking the Right Flavour
- Will the file be archived for more than 5 years? Use PDF/A-2b or A-3.
- Going to a commercial press? Use PDF/X-4 (or PDF/X-1a for legacy shops).
- Need screen-reader accessibility? Combine PDF/UA with PDF/A-2a (the tagged variant).
- Just sharing for review or signing? A regular PDF is fine — keep it small.
Shrink Before You Archive
Compress oversized PDFs in-browser before converting them to PDF/A.
Compress PDF →