phpdftk API Documentation

Outline extends PdfObject
in package

PDF Outlines dictionary (/Type /Outlines).

The root of the document outline (bookmarks) tree. Referenced from the Catalog /Outlines field.

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

Table of Contents

Constants

PDF_TYPE  = 'Outlines'

Properties

$count  : int
$first  : PdfReference|null
$generationNumber  : int
$last  : PdfReference|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.

Constants

PDF_TYPE

public mixed PDF_TYPE = 'Outlines'

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