Skip to content

DocumentMetadata

@scaryterry/pdfium


Defined in: src/core/types.ts:880

Standard PDF metadata fields.

All fields are optional as PDFs may not contain all metadata.

optional author: string

Defined in: src/core/types.ts:884

Document author.


optional creationDate: string

Defined in: src/core/types.ts:894

Document creation date (PDF date string format).


optional creator: string

Defined in: src/core/types.ts:890

Application that created the original content.


optional keywords: string

Defined in: src/core/types.ts:888

Document keywords (comma-separated).


optional modificationDate: string

Defined in: src/core/types.ts:896

Document modification date (PDF date string format).


optional producer: string

Defined in: src/core/types.ts:892

Application that produced the PDF.


optional subject: string

Defined in: src/core/types.ts:886

Document subject.


optional title: string

Defined in: src/core/types.ts:882

Document title.