phpdftk API Documentation

DocMDPTransformParams extends TransformParams
in package

DocMDP transform parameters — ISO 32000-2 §12.8.2.2, Table 254.

Used with a DocMDP (certification) signature to restrict subsequent modifications. /P controls what's allowed: 1 = no changes 2 = form filling, signing, comments allowed 3 = same as 2 plus form field creation/deletion

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

Table of Contents

Constants

PDF_TYPE  = 'TransformParams'

Properties

$generationNumber  : int
$objectNumber  : int
$p  : 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