DocumentMetadata
Defined in: src/core/types.ts:880
Standard PDF metadata fields.
All fields are optional as PDFs may not contain all metadata.
Properties
Section titled “Properties”author?
Section titled “author?”
optionalauthor:string
Defined in: src/core/types.ts:884
Document author.
creationDate?
Section titled “creationDate?”
optionalcreationDate:string
Defined in: src/core/types.ts:894
Document creation date (PDF date string format).
creator?
Section titled “creator?”
optionalcreator:string
Defined in: src/core/types.ts:890
Application that created the original content.
keywords?
Section titled “keywords?”
optionalkeywords:string
Defined in: src/core/types.ts:888
Document keywords (comma-separated).
modificationDate?
Section titled “modificationDate?”
optionalmodificationDate:string
Defined in: src/core/types.ts:896
Document modification date (PDF date string format).
producer?
Section titled “producer?”
optionalproducer:string
Defined in: src/core/types.ts:892
Application that produced the PDF.
subject?
Section titled “subject?”
optionalsubject:string
Defined in: src/core/types.ts:886
Document subject.
title?
Section titled “title?”
optionaltitle:string
Defined in: src/core/types.ts:882
Document title.