phpdftk API Documentation

FieldMDPTransformParams extends TransformParams
in package

FieldMDP transform parameters — ISO 32000-2 §12.8.2.4, Table 255.

Locks specific form fields from further modification after signing. /Action /All — lock every field /Action /Include — lock the fields listed in /Fields /Action /Exclude — lock everything except the fields listed in /Fields

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

Table of Contents

Constants

PDF_TYPE  = 'TransformParams'

Properties

$action  : PdfName
$fields  : PdfArray|null
$generationNumber  : int
$objectNumber  : int
$v  : PdfName|null

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.
baseDictionary()  : PdfDictionary

Constants

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