sempdf
sempdf v1.9.1Interfaces

Interface: DocumentInfo

sempdf v1.9.1


sempdf / DocumentInfo

Defined in: src/types.ts:156

Document information dictionary metadata such as title, author, subject, and dates.

Properties

PropertyTypeDescriptionDefined in
author?stringDocument author name.src/types.ts:160
creationDate?string | DateDocument creation date.src/types.ts:170
creator?stringApplication or person that created the document.src/types.ts:166
keywords?string | string[]Document keywords for search and metadata.src/types.ts:164
modificationDate?string | DateDocument modification date.src/types.ts:172
producer?stringPDF producer value recorded in metadata.src/types.ts:168
subject?stringDocument subject or summary.src/types.ts:162
title?stringDocument title or display title.src/types.ts:158

On this page