phpdftk API Documentation

TextField extends Field
in package

Text field (/FT /Tx).

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

Table of Contents

Properties

$aa  : PdfDictionary|null
$da  : PdfString|null
$ds  : PdfString|null
$dv  : mixed
$ff  : int
$ft  : PdfName|null
$generationNumber  : int
$kids  : array<int, PdfReference>
$maxLen  : int|null
$objectNumber  : int
$parent  : PdfReference|null
$q  : int|null
$rv  : PdfString|null
$t  : PdfString|null
$tm  : PdfString|null
$tu  : PdfString|null
$v  : mixed

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.
buildFieldDictionary()  : PdfDictionary
Build the common field dictionary entries.

Properties

$generationNumber

public int $generationNumber = 0

$q

public int|null $q = null

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