phpdftk API Documentation

IdentityTransformParams extends TransformParams
in package

Identity transform parameters — ISO 32000-2 §12.8.2.

The Identity transform covers every byte of the document so that any change invalidates the signature. It carries only the optional /V version entry; there are no other fields.

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

Table of Contents

Constants

PDF_TYPE  = 'TransformParams'

Properties

$generationNumber  : int
$objectNumber  : int
$v  : PdfName|null

Methods

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