phpdftk API Documentation

NumberTree extends PdfObject
in package

General-purpose integer-keyed tree node (ISO 32000-2 Table 37).

Number trees map integer keys to arbitrary values. Leaf nodes contain /Nums 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
$nums  : 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