phpdftk API Documentation

SignatureField extends Field
in package

Signature field (/FT /Sig) — ISO 32000-2 §12.7.5.5.

The field's /V may be a typed SignatureValue, an inline PdfDictionary, or a reference to a SignatureValue indirect object. /Lock and /SV provide an optional lock dict and seed-value dict.

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

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>
$lock  : SigFieldLock|PdfDictionary|PdfReference|null
$objectNumber  : int
$parent  : PdfReference|null
$q  : int|null
$rv  : PdfString|null
$sigFlags  : int|null
$sv  : SeedValueDictionary|PdfDictionary|PdfReference|null
$t  : PdfString|null
$tm  : PdfString|null
$tu  : PdfString|null
$v  : mixed

Methods

__construct()  : mixed
setSignatureValue()  : void
Attach a SignatureValue directly as the field value.
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