Skip to content

zeropdf v1.3.0


zeropdf / ParsedPdfAttachment

Interface: ParsedPdfAttachment

Defined in: src/parser.ts:146

Attachment metadata discovered while parsing an existing PDF.

Properties

PropertyModifierTypeDescriptionDefined in
byteLength?readonlynumberAttachment byte length when it can be determined.src/parser.ts:154
description?readonlystringHuman-readable attachment description.src/parser.ts:150
mimeType?readonlystringMIME type associated with the attachment.src/parser.ts:152
namereadonlystringName of the item, field, destination, or signer.src/parser.ts:148
objectId?readonlynumberPDF indirect object number for the parsed item.src/parser.ts:156

Released under the ISC license.