phpdftk API Documentation

Resources
in package
implements Serializable

Resource dictionary used by Page and FormXObject.

Maps resource names to their referenced objects.

Table of Contents

Interfaces

Serializable
Contract for anything that can emit raw PDF syntax via `toPdf()`.

Properties

$colorSpace  : array<string, PdfReference>
$extGState  : array<string, PdfReference>
$font  : array<string, PdfReference>
$pattern  : array<string, PdfReference>
$procSet  : array<int, string>
$properties  : array<string, PdfReference>
$shading  : array<string, PdfReference>
$xObject  : array<string, PdfReference>

Methods

addExtGState()  : void
addFont()  : void
addXObject()  : void
toPdf()  : string

Properties

$procSet

public array<int, string> $procSet = []

Methods

toPdf()

public toPdf() : string
Return values
string

        
On this page

Search results