phpdftk API Documentation

MetadataInfo
in package

Read onlyYes
FinalYes

Read-only snapshot of a PDF's Info dictionary fields.

Table of Contents

Properties

$author  : string|null
$creationDate  : DateTimeImmutable|null
$creator  : string|null
$keywords  : string|null
$modDate  : DateTimeImmutable|null
$producer  : string|null
$subject  : string|null
$title  : string|null
$trapped  : string|null

Methods

__construct()  : mixed

Properties

$creationDate

public DateTimeImmutable|null $creationDate = null

Methods

__construct()

public __construct([string|null $title = null ][, string|null $author = null ][, string|null $subject = null ][, string|null $keywords = null ][, string|null $creator = null ][, string|null $producer = null ][, DateTimeImmutable|null $creationDate = null ][, DateTimeImmutable|null $modDate = null ][, string|null $trapped = null ]) : mixed
Parameters
$title : string|null = null
$author : string|null = null
$subject : string|null = null
$keywords : string|null = null
$creator : string|null = null
$producer : string|null = null
$creationDate : DateTimeImmutable|null = null
$modDate : DateTimeImmutable|null = null
$trapped : string|null = null

        
On this page

Search results