mPDF Manual – mPDF Variables

PDFX

(mPDF ≥ 5.1)

PDFX – Create PDF/X-1a compliant document

Description

void PDFX

Specify whether to create a PDF/X-1a compliant document.

Values

$PDFXtrue|false

Values

  • true: create PDF/X-1a compliant document   
  • false: normal PDF document

Default: false

Changelog

Version Description
5.1 Variable was added.

See Also

  • PDF/A1-b compliance
  • PDF/X-1a compliance
  • PDFA - Create PDF/A1-b 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