phpdftk API Documentation

NameTree extends PdfObject
in package

General-purpose name-keyed tree node (ISO 32000-2 Table 36).

Name trees map string keys to arbitrary values. Leaf nodes contain /Names arrays; intermediate nodes contain /Kids and /Limits.

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

Table of Contents

Properties

$generationNumber  : int
$kids  : PdfArray|null
$limits  : PdfArray|null
$names  : PdfArray|null
$objectNumber  : int

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