Skip to content

zeropdf v1.3.0


zeropdf / DocumentInfo

Interface: DocumentInfo

Defined in: src/types.ts:137

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

Properties

PropertyTypeDescriptionDefined in
author?stringDocument author name.src/types.ts:141
creationDate?string | DateDocument creation date.src/types.ts:151
creator?stringApplication or person that created the document.src/types.ts:147
keywords?string | string[]Document keywords for search and metadata.src/types.ts:145
modificationDate?string | DateDocument modification date.src/types.ts:153
producer?stringPDF producer value recorded in metadata.src/types.ts:149
subject?stringDocument subject or summary.src/types.ts:143
title?stringDocument title or display title.src/types.ts:139

Released under the ISC license.