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
$author
public
string|null
$author
= null
$creationDate
public
DateTimeImmutable|null
$creationDate
= null
$creator
public
string|null
$creator
= null
$keywords
public
string|null
$keywords
= null
$modDate
public
DateTimeImmutable|null
$modDate
= null
$producer
public
string|null
$producer
= null
$subject
public
string|null
$subject
= null
$title
public
string|null
$title
= null
$trapped
public
string|null
$trapped
= 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