Skip to content

DocumentMetadata

@scaryterry/pdfium


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

Standard PDF metadata fields.

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

optional author: string

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

Document author.


optional creationDate: string

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

Document creation date (PDF date string format).


optional creator: string

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

Application that created the original content.


optional keywords: string

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

Document keywords (comma-separated).


optional modificationDate: string

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

Document modification date (PDF date string format).


optional producer: string

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

Application that produced the PDF.


optional subject: string

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

Document subject.


optional title: string

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

Document title.