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
$co
public
PdfArray|null
$co
= null
$da
public
PdfString|null
$da
= null
$dr
public
PdfDictionary|null
$dr
= null
$fields
public
array<int, PdfReference>
$fields
= []
$generationNumber
public
int
$generationNumber
= 0
$needAppearances
public
bool|null
$needAppearances
= null
$objectNumber
public
int
$objectNumber
= 0
$q
public
int|null
$q
= null
$sigFlags
public
int|null
$sigFlags
= null
$xfa
public
PdfReference|null
$xfa
= null
Methods
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