phpdftk API Documentation

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

$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