mPDF Manual – mPDF Variables

PDFA

(mPDF ≥ 4.3)

PDFA – Create PDF/A1-b compliant document

Description

void PDFA

Specify whether to create a PDF/A1-b compliant document.

Values

$PDFAtrue|false

Values

  • true: create PDF/A1-b compliant document   
  • false: normal PDF document

Default: false

Changelog

Version Description
4.3 Variable was added.

See Also

  • PDF/A1-b compliance
  • PDF/X-1a compliance
  • PDFX - Create PDF/X-1a compliant document
  • PDFAauto - Specify whether to automatically fix issues to create PDF/A1-b compliant document
  • PDFXauto - Specify whether to automatically fix issues to create PDF/X-1a compliant document
  • ICCProfile - Specify the ICC profile for the chosen colorspace used in the document
  • restrictColorSpace - Specify whether to automatically limit the colorspaces used
Fork me on GitHub