PDF/A vs Standard PDF: When Archival Format Actually Matters
What PDF/A is, how it differs from regular PDF, which situations require it, and when a standard PDF is the better choice.
Written by Alex · Developer & Founder
Solo developer based in Adelaide, Australia. Built MyEasyTools to make everyday file and text tasks faster and free for everyone.
Get more from MyEasyTools — No ads, higher limits, faster processing
Work through the examples yourself with our free tool
Try PDF Compressor →PDF/A is a specific variant of PDF designed for long-term archival. You'll encounter it when submitting to government agencies, legal archives, ISO-certified repositories, or any system that explicitly requires "archival format" documents. This guide explains what makes PDF/A different, which version to use, and when a standard PDF is actually the better choice.
What makes PDF/A different from regular PDF
Standard PDF is a general-purpose format. It can reference external fonts, link to external content, run embedded JavaScript, contain encrypted content, and use any colour profile. These features are useful during active document life but create problems for long-term archiving: external links break, DRM systems expire, JavaScript stops running, and font dependencies may not exist in 20 years.
PDF/A strips all of that out. A PDF/A file must:
- Embed all fonts — no external font dependencies, ever
- Use only device-independent colour — RGB or CMYK without relying on ICC profiles from external sources
- Contain no embedded JavaScript — no active content of any kind
- Contain no encryption — the document must be fully accessible without a password
- Include document metadata in a standardised format (XMP)
- Have no references to external content — everything the document needs must be inside the file
The result is a self-contained, fully reproducible document that can be opened and rendered identically 50 years from now without dependencies on any external resource.
The PDF/A versions
There are four main versions, and which one you need depends on who's asking:
PDF/A-1 (ISO 19005-1, 2005): The original. Based on PDF 1.4. Most restrictive — no transparency layers, limited support for attachments. Still commonly required by older government and legal systems.
PDF/A-2 (ISO 19005-2, 2011): Based on PDF 1.7. Adds support for transparency, JPEG 2000 compression, and PDF/A-compliant attachments within the container. Better file compression than PDF/A-1.
PDF/A-3 (ISO 19005-3, 2012): Same as PDF/A-2 but allows any file type to be attached — not just PDF/A-compliant ones. Used for e-invoicing formats in Europe (ZUGFeRD, Factur-X) where an XML invoice is embedded in a PDF/A container.
PDF/A-4 (ISO 19005-4, 2020): The most recent. Based on PDF 2.0. Improves support for digital signatures and electronic records.
When in doubt: PDF/A-2b is the modern standard for most archival submissions. The "b" denotes "basic" — the minimum conformance level. If the system you're submitting to doesn't specify, PDF/A-2b is almost always correct.
When you genuinely need PDF/A
Legal filings and court documents. Many court systems, including the Australian federal courts and most European jurisdictions, require PDF/A for electronic submissions. They have specific version requirements — check before converting.
Government submissions. Tax offices, land registries, and regulatory bodies increasingly mandate PDF/A. In Australia, the ATO accepts PDF/A for certain submissions. The EU's e-invoicing mandate requires Factur-X, which is PDF/A-3 with an embedded XML invoice.
Long-term corporate records. Contracts, board resolutions, and regulated financial records that must be retained for 7–25 years should be in PDF/A. If the company that made the PDF software folds tomorrow, a PDF/A should still be readable.
Institutional repositories and digital libraries. Universities, national libraries, and museums require PDF/A for digital preservation of academic works.
When a standard PDF is the better choice
PDF/A's restrictions are not always advantages. Standard PDF is better when:
You need JavaScript interactivity. PDF forms with calculated fields, dropdown logic, or signature workflows require JavaScript. PDF/A-1 forbids it entirely; later versions have limited support.
File size matters more than archival compliance. PDF/A-2 and beyond support reasonably efficient compression, but if you're sending an email attachment and the recipient doesn't require archival format, a compressed standard PDF is smaller.
You need encryption. PDFs containing sensitive personal information are often encrypted with a password. PDF/A cannot be encrypted. For sharing confidential documents, use standard PDF with encryption.
You're compressing for web delivery. Our PDF Compressor produces standard PDFs optimised for size. If your workflow is PDF → compress → email, a standard compressed PDF is appropriate and will typically be 40–70% smaller than the original. Don't convert to PDF/A for compression — PDF/A is for archival, not delivery optimisation.
Converting to PDF/A
Most professional PDF tools (Adobe Acrobat Pro, PDF-XChange) support PDF/A conversion. LibreOffice can export to PDF/A directly from its Save dialog. Online converters for PDF/A exist but should be used with caution for sensitive documents — check their privacy policy before uploading.
The conversion process embeds all fonts, strips JavaScript and encryption, and adds XMP metadata. A 2 MB standard PDF typically becomes 2.5–3.5 MB as PDF/A-2b because font embedding and metadata add bulk.
FAQ
Can I tell if a PDF is already PDF/A? Yes. Open the file in Adobe Acrobat Reader. If it's PDF/A, you'll see a blue bar at the top saying "This file claims compliance with the PDF/A standard." In PDF metadata (File → Properties), the conformance level should be listed.
Is a Word-to-PDF conversion automatically PDF/A? No. Standard Word-to-PDF export creates a regular PDF. If you need PDF/A, you must explicitly export to PDF/A from Word (File → Save As → PDF Options → check PDF/A) or convert the output PDF using a dedicated tool.
Does PDF/A have better accessibility than standard PDF? Not inherently. PDF/A-2 and later require XMP metadata but don't mandate accessibility features like tagged content or reading order. For accessible archival PDFs, you need both PDF/A compliance and accessibility features (tagged PDF, alt text, reading order). These are separate concerns.
Can I compress a PDF/A file? PDF/A files can be losslessly compressed. Applying lossy image compression to a PDF/A file would invalidate its archival conformance in most cases. If you have a PDF/A document that needs to be smaller, consult whether your specific use case permits recompression.
Why do some legal submissions require PDF 1.4? Older court systems have not updated their requirements in years. PDF 1.4 (the basis of PDF/A-1) lacks features like transparency layers, so it's more predictable for systems with strict rendering requirements. Check the specific filing system's requirements.