Info
extends PdfObject
in package
PDF Document Information Dictionary.
Not a /Type object; embedded in the trailer's /Info entry.
Table of Contents
Properties
- $author : PdfString|null
- $creationDate : PdfString|null
- $creator : PdfString|null
- $generationNumber : int
- $keywords : PdfString|null
- $modDate : PdfString|null
- $objectNumber : int
- $producer : PdfString|null
- $subject : PdfString|null
- $title : PdfString|null
- $trapped : 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.
Properties
$author
public
PdfString|null
$author
= null
$creationDate
public
PdfString|null
$creationDate
= null
$creator
public
PdfString|null
$creator
= null
$generationNumber
public
int
$generationNumber
= 0
$keywords
public
PdfString|null
$keywords
= null
$modDate
public
PdfString|null
$modDate
= null
$objectNumber
public
int
$objectNumber
= 0
$producer
public
PdfString|null
$producer
= null
$subject
public
PdfString|null
$subject
= null
$title
public
PdfString|null
$title
= null
$trapped
public
PdfName|null
$trapped
= 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