Guides
PDF/A, explained
Find out more about the PDF/A standard and its ecosystem.
These pages are about the standard. For the gopdfrab API, meaning opening a document, running a profile and reading issues, start at the documentation. For a specific validation failure and how to fix it, see the PDF/A error reference.
Understanding PDF/A
What is PDF/A?
PDF/A is the ISO 19005 archival subset of PDF. It is self-contained, unambiguous and reproducible.
Using gopdfrab
PDF/A in Go
PDF/A in the Go PDF ecosystem, why validation is harder than writing PDFs, and how to verify and convert from Go.