Appearance
zeropdf / ParsedPdfAttachment
Interface: ParsedPdfAttachment
Defined in: src/parser.ts:146
Attachment metadata discovered while parsing an existing PDF.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
byteLength? | readonly | number | Attachment byte length when it can be determined. | src/parser.ts:154 |
description? | readonly | string | Human-readable attachment description. | src/parser.ts:150 |
mimeType? | readonly | string | MIME type associated with the attachment. | src/parser.ts:152 |
name | readonly | string | Name of the item, field, destination, or signer. | src/parser.ts:148 |
objectId? | readonly | number | PDF indirect object number for the parsed item. | src/parser.ts:156 |