pdfblah.com

← All guides

Convert a PDF to PDF/A

The court portal, the land registry, the university archive: "PDF/A only." It's the profile of PDF built to still open identically in 2050: every font embedded, color pinned to an embedded ICC profile, no scripts, no encryption. pdfa converts with one command, and checks its own work.

How to do it

pip install pdfblah
pdfblah doctor --install     # fetches Ghostscript, which performs the conversion

pdfblah pdfa contract.pdf -o contract-a.pdf
converted to PDF/A-2b  ->  contract-a.pdf
  output intent: yes  |  XMP PDF/A id: yes
  converted with an embedded sRGB output intent; for formal certification, validate with veraPDF

What makes this conversion the proper one

Tips