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
$alternatePresentations
public
PdfReference|null
$alternatePresentations
= null
$ap
public
PdfReference|null
$ap
= null
$dests
public
PdfReference|null
$dests
= null
$embeddedFiles
public
PdfReference|null
$embeddedFiles
= null
$generationNumber
public
int
$generationNumber
= 0
$ids
public
PdfReference|null
$ids
= null
$javaScript
public
PdfReference|null
$javaScript
= null
$objectNumber
public
int
$objectNumber
= 0
$pages
public
PdfReference|null
$pages
= null
$renditions
public
PdfReference|null
$renditions
= null
$templates
public
PdfReference|null
$templates
= null
$urls
public
PdfReference|null
$urls
= null
Methods
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