sempdf
sempdf v1.9.1Interfaces

Interface: ParsedPdfMetadata

sempdf v1.9.1


sempdf / ParsedPdfMetadata

Defined in: src/parser.ts:78

Document metadata discovered while parsing an existing PDF.

Properties

PropertyModifierTypeDescriptionDefined in
author?readonlystringDocument author name.src/parser.ts:82
creationDate?readonlystringDocument creation date.src/parser.ts:92
creator?readonlystringApplication or person that created the document.src/parser.ts:88
keywords?readonlystringDocument keywords for search and metadata.src/parser.ts:86
modificationDate?readonlystringDocument modification date.src/parser.ts:94
producer?readonlystringPDF producer value recorded in metadata.src/parser.ts:90
subject?readonlystringDocument subject or summary.src/parser.ts:84
title?readonlystringDocument title or display title.src/parser.ts:80

On this page