iformat.io Logo iformat.io

PDF/A vs PDF vs PDF/X: Archive Formats Explained Simply

P
Updated May 17, 2026
7 min read
PDF is the most widely used document format in the world — but not all PDFs are the same. Open a regular PDF in 20 years and fonts might be missing, colors could shift, and embedded links will be dead. That is why specialized variants exist: PDF/A for archiving documents that must remain readable for decades, and PDF/X for ensuring print output matches your design exactly. Understanding the differences saves you from costly mistakes in legal, archival, and print production work.

Regular PDF: The Universal Document Format

A standard PDF (Portable Document Format) is the everyday format you use for contracts, invoices, presentations, and reports. It can contain virtually anything: text, images, vector graphics, fillable forms, multimedia, JavaScript, 3D objects, and even embedded files. This flexibility is its greatest strength and its greatest weakness.
The problem with standard PDFs is that they rely on external resources. A PDF might reference a font installed on your computer rather than embedding it. It might contain links to external websites. It might use features that newer PDF readers support but older ones do not. Today's perfectly readable PDF could display incorrectly — or not at all — on different software or hardware in the future.

PDF/A: Built to Last Decades

PDF/A is an ISO-standardized subset of PDF (ISO 19005) designed specifically for long-term digital preservation. The "A" stands for "archive." The core principle is self-containment: a PDF/A file must include everything needed to display the document correctly, with no external dependencies whatsoever.
What PDF/A requires: all fonts must be embedded in the file. All color data must be specified unambiguously. Metadata must follow XMP standards. What PDF/A prohibits: no JavaScript (could behave differently over time), no encryption (must remain accessible), no external content references, no audio or video, no transparency in PDF/A-1. The result is a document that will look exactly the same whether you open it today or in 2050.

PDF/A Versions Explained

PDF/A-1 (ISO 19005-1, 2005) — Based on PDF 1.4. The strictest version. No transparency, no JPEG2000 compression, no embedded files. Good for simple text documents. This is the version most commonly required by courts and government agencies.
PDF/A-2 (ISO 19005-2, 2011) — Based on PDF 1.7. Adds support for transparency, JPEG2000 compression, and PDF/A-compliant attachments. Also supports digital signatures. Better for documents with modern design elements and complex layouts.
PDF/A-3 (ISO 19005-3, 2012) — Same as PDF/A-2 but allows embedding files of any format (Excel spreadsheets, XML data, CAD files). The embedded files themselves do not need to be PDF/A compliant. Useful for archiving documents with their source data attached.

PDF/X: Precision for Print Production

PDF/X (ISO 15930) is designed for the commercial printing industry. The "X" stands for "exchange" — as in the reliable exchange of print-ready files between designers, agencies, and print shops. When you send a PDF/X file to a printer, you know the colors, fonts, and layout will reproduce exactly as intended.
PDF/X requires all fonts to be embedded, all images to be high resolution (typically 300 DPI minimum), and colors to be specified in CMYK or spot color profiles. It prohibits RGB colors (which do not translate directly to print), low-resolution images, and missing fonts. Some versions require trim marks and bleed areas to be defined.

When to Use Regular PDF

Use standard PDF for everyday documents: internal reports, email attachments, slide decks, invoices, and any document where you need the recipient to view it on a modern computer or phone. Standard PDF is also the right choice for interactive documents with fillable forms, hyperlinks, or embedded multimedia. If the document has a short lifespan — months or a few years — regular PDF is perfectly fine.

When to Use PDF/A

Legal documents: Courts in many jurisdictions require PDF/A for electronically filed documents. The U.S. federal court system (CM/ECF) recommends PDF/A for case filings. Government records: National archives worldwide specify PDF/A for digital records preservation. Healthcare: Patient records that must be retained for decades benefit from PDF/A's self-contained nature.
Corporate compliance: Industries with retention requirements (financial services, pharmaceuticals) use PDF/A to ensure documents remain readable throughout the retention period. Academic research: Universities and research institutions archive publications in PDF/A to guarantee future accessibility. If the document must be readable in 10+ years, use PDF/A.

When to Use PDF/X

Use PDF/X when sending files to a commercial print shop for offset or digital printing. This includes: magazine advertisements, book covers, brochures, business cards, banners, and packaging. If a print shop asks for a "print-ready PDF," they usually mean PDF/X. Check with your printer for which version they prefer — PDF/X-1a (CMYK only, most compatible) or PDF/X-4 (supports transparency and ICC color management).

How to Create PDF/A Documents

From Microsoft Word: go to File → Save As → choose PDF from the file type dropdown. Click Options or More Options, then check the "PDF/A compliant" or "ISO 19005-1 compliant" checkbox. Click Save. From LibreOffice Writer: go to File → Export as PDF, check the "Archive (PDF/A-1a)" option, and click Export.
From Adobe Acrobat Pro: open any PDF, go to File → Save As Other → PDF/A, select your compliance level, and save. Acrobat can also convert existing PDFs to PDF/A format and will warn you about any elements that need to change for compliance (like missing fonts or RGB images).

How to Validate PDF/A Compliance

Creating a PDF/A file is one thing — confirming it actually complies with the standard is another. veraPDF is the industry-standard validation tool, and it is completely free and open-source. Upload your PDF/A file to veraPDF, select the conformance level you are targeting, and it will report any violations. Common issues include non-embedded fonts, RGB color spaces, and missing metadata fields.

Converting Between PDF Formats

Need to work with your PDFs in other formats? You can convert PDF to DOCX for editing in Microsoft Word, convert PDF to JPG for extracting pages as images, or convert DOCX to PDF when you need to share a Word document as a fixed-layout file.
The key takeaway: regular PDF is for everyday use, PDF/A is for long-term archiving where future readability is critical, and PDF/X is for professional print production where color accuracy matters. Most people only need regular PDF. But when the stakes are higher — legal filings, permanent records, commercial printing — choosing the right PDF variant protects your documents and your work.
Browse All Posts