phpdftk API Documentation

Requirement extends PdfObject
in package

Requirement dictionary — ISO 32000-2 §12.10, Table 253.

Declares processor capabilities that a conforming reader must support to fully render the document. Referenced from Catalog::$requirements.

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

Table of Contents

Constants

PDF_TYPE  = 'Requirement'

Properties

$generationNumber  : int
$objectNumber  : int
$rh  : PdfArray|null
$s  : PdfName

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.

Constants

Properties

$generationNumber

public int $generationNumber = 0

Methods

__construct()

public __construct(string $subtype) : mixed
Parameters
$subtype : string

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