phpdftk API Documentation

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

Properties

$generationNumber

public int $generationNumber = 0

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
string

toPdf()

Serialize the object's dictionary/value to PDF syntax.

public toPdf() : string
Return values
string

        
On this page

Search results