phpdftk API Documentation

AcroForm extends PdfObject
in package

Interactive form (AcroForm) dictionary.

Referenced from the document Catalog's /AcroForm entry.

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

Table of Contents

Properties

$co  : PdfArray|null
$da  : PdfString|null
$dr  : PdfDictionary|null
$fields  : array<int, PdfReference>
$generationNumber  : int
$needAppearances  : bool|null
$objectNumber  : int
$q  : int|null
$sigFlags  : int|null
$xfa  : PdfReference|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.

Properties

$generationNumber

public int $generationNumber = 0

$needAppearances

public bool|null $needAppearances = null

$sigFlags

public int|null $sigFlags = null

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