OutputIntent
extends PdfObject
in package
PDF Output Intent dictionary (ISO 32000-2 Table 365).
Describes the intended output conditions for a document, required for PDF/X compliance.
Attributes
- #[RequiresPdfVersion]
- \Phpdftk\Pdf\Core\PdfVersion::V1_4
Table of Contents
Constants
- PDF_TYPE = 'OutputIntent'
Properties
- $destOutputProfile : PdfReference|null
- $destOutputProfileRef : PdfReference|null
- $generationNumber : int
- $info : PdfString|null
- $mixingHints : PdfDictionary|null
- $objectNumber : int
- $outputCondition : PdfString|null
- $outputConditionIdentifier : PdfString
- $registryName : PdfString|null
- $s : PdfName
- $spectralData : PdfDictionary|null
Methods
- __construct() : mixed
- toIndirectObject() : string
- Wrap the object in an indirect object structure: X Y obj ... endobj
- toPdf() : string
- Serialize the object's dictionary/value to PDF syntax.
Constants
PDF_TYPE
public
mixed
PDF_TYPE
= 'OutputIntent'
Properties
$destOutputProfile
public
PdfReference|null
$destOutputProfile
= null
$destOutputProfileRef
public
PdfReference|null
$destOutputProfileRef
= null
$generationNumber
public
int
$generationNumber
= 0
$info
public
PdfString|null
$info
= null
$mixingHints
public
PdfDictionary|null
$mixingHints
= null
$objectNumber
public
int
$objectNumber
= 0
$outputCondition
public
PdfString|null
$outputCondition
= null
$outputConditionIdentifier
public
PdfString
$outputConditionIdentifier
$registryName
public
PdfString|null
$registryName
= null
$s
public
PdfName
$s
$spectralData
public
PdfDictionary|null
$spectralData
= null
Methods
__construct()
public
__construct(string $subtype, string $outputConditionIdentifier) : mixed
Parameters
- $subtype : string
- $outputConditionIdentifier : string
toIndirectObject()
Wrap the object in an indirect object structure: X Y obj ... endobj
public
toIndirectObject() : string
Return values
stringtoPdf()
Serialize the object's dictionary/value to PDF syntax.
public
toPdf() : string