phpdftk API Documentation

LinearizationParameters extends PdfObject
in package

Linearization parameter dictionary — ISO 32000-2 §F.2.1.

First object in a linearized (web-optimized) PDF file. Describes the layout parameters needed by a reader to fetch the document's first page and catalog without downloading the entire file.

This class is object-model only; PdfWriter does not yet emit linearized files.

Table of Contents

Properties

$e  : int
$generationNumber  : int
$h  : PdfArray
$l  : int
$linearized  : float
$n  : int
$o  : int
$objectNumber  : int
$t  : int

Methods

__construct()  : mixed
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