Customizer's Guide > Customizing PDF Publishing > General Element > Compatibility Element > PDFX Element
  
PDFX Element
The <PDFX> element specifies the PDF/X standards series, which provides a consistent and robust subset of PDF which can be used to deliver data suitable for commercial printing. The driver can generate output conforming to the following variations of PDF/X:
PDF/X-1 and PDF/X-1a, both defined in ISO 15930-1:2001
PDF/X-3 as defined in ISO 15930-3:2002
PDF/X is specified using the <PDFX> tag within the <Compatibility> tag. If you specify <PDFX>, you need to set the enabled attribute of the <Annotations> element to no.
* 
PDF/X support is offered as a technology preview. No guarantees are made as to the correctness or usability of output using the PDF/X options.
For more information on using PDF/X, refer to PDF/X Frequently Asked Questions available from:
The <PDFX> element has no child elements.
Attributes of PDFX
Attribute and values
Description
level = 1:2001 | 1a:2001 | 1a:2003 | 2:2003 | 3:2002 | 3:2003
settings beginning with 1 specify PDF/X-1, settings beginning with 1a specify PDF/X-1a, and settings beginning with 3 specify PDF/X-3. The default is 3:2003.
outputIntent = CDATA
Specifies the rendering intent.
defaultRGB = CDATA
Specifies the ICC profile for converting RGB images, text, and graphics.
defaultGray = CDATA
Specifies the ICC profile for converting Gray images, text, and graphics.
defaultCMYK = CDATA
Specifies the ICC profile for converting CMYK images, text, and graphics.