DocumentMetadata
Defined in: src/core/types.ts:870
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:874
Document author.
creationDate?
Section titled “creationDate?”
optionalcreationDate:string
Defined in: src/core/types.ts:884
Document creation date (PDF date string format).
creator?
Section titled “creator?”
optionalcreator:string
Defined in: src/core/types.ts:880
Application that created the original content.
keywords?
Section titled “keywords?”
optionalkeywords:string
Defined in: src/core/types.ts:878
Document keywords (comma-separated).
modificationDate?
Section titled “modificationDate?”
optionalmodificationDate:string
Defined in: src/core/types.ts:886
Document modification date (PDF date string format).
producer?
Section titled “producer?”
optionalproducer:string
Defined in: src/core/types.ts:882
Application that produced the PDF.
subject?
Section titled “subject?”
optionalsubject:string
Defined in: src/core/types.ts:876
Document subject.
title?
Section titled “title?”
optionaltitle:string
Defined in: src/core/types.ts:872
Document title.