phpdftk API Documentation

NamesDictionary extends PdfObject
in package

Document Names dictionary — ISO 32000-2 §7.7.4, Table 33.

Referenced from Catalog::$names. Each entry is a reference to a name tree mapping a string key to the relevant object type.

Attributes
#[RequiresPdfVersion]
\Phpdftk\Pdf\Core\PdfVersion::V1_4

Table of Contents

Properties

$alternatePresentations  : PdfReference|null
$ap  : PdfReference|null
$dests  : PdfReference|null
$embeddedFiles  : PdfReference|null
$generationNumber  : int
$ids  : PdfReference|null
$javaScript  : PdfReference|null
$objectNumber  : int
$pages  : PdfReference|null
$renditions  : PdfReference|null
$templates  : PdfReference|null
$urls  : PdfReference|null

Methods

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.

Properties

$generationNumber

public int $generationNumber = 0

Methods

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