phpdftk API Documentation

UR3TransformParams extends TransformParams
in package

UR3 (usage rights) transform parameters — ISO 32000-2 §12.8.2.3, Table 256.

Enables specific reader features (form filling, commenting, etc.) via per-right name arrays.

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

Table of Contents

Constants

PDF_TYPE  = 'TransformParams'

Properties

$annots  : PdfArray|null
$document  : PdfArray|null
$ef  : PdfArray|null
$form  : PdfArray|null
$generationNumber  : int
$msg  : PdfString|null
$objectNumber  : int
$p  : PdfString|null
$signature  : PdfArray|null
$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