|
This class represents the output intent dictionary. This is
definitively detailed in:.
The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 365,
page 633.
The ISO PDF
Specification, ISO 32000-2:2017 PDF 2.0; Table: 401, page 814.
An output intent dictionary describes the intended output
condition for a PDF document or page, providing information needed
for color management when printing or displaying.
The S entry names the output intent subtype: GTS_PDFX for PDF/X,
GTS_PDFA1 for PDF/A, and ISO_PDFE1 for PDF/E. Other values support
custom conditions.
The OutputConditionIdentifier entry names the output condition.
For registered conditions, the RegistryName entry gives the URL of
the registry. For custom conditions, any identifying string may be
used.
The DestOutputProfile entry references an embedded ICC profile
stream characterising the target output device. The
DestOutputProfileRef entry, added in PDF 2.0, references a profile
defined elsewhere in the document, allowing multiple output intents
to share one profile.
The MixingHints and SpectralData entries carry additional color
characterization data for advanced workflows.
System.Object
WebSupergoo.ABCpdf14.Elements.Element
WebSupergoo.ABCpdf14.Elements.OutputIntentElement
|