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
PDF_TYPE
public
mixed
PDF_TYPE
= 'TransformParams'
Properties
$generationNumber
public
int
$generationNumber
= 0
$objectNumber
public
int
$objectNumber
= 0
$p
public
int
$p
= 2
$v
public
PdfName|null
$v
= null
Methods
__construct()
public
__construct([int $p = 2 ]) : mixed
Parameters
- $p : int = 2
toIndirectObject()
Wrap the object in an indirect object structure: X Y obj ... endobj
public
toIndirectObject() : string
Return values
stringtoPdf()
Serialize the object's dictionary/value to PDF syntax.
public
toPdf() : string
Return values
stringbaseDictionary()
protected
baseDictionary() : PdfDictionary