Interface: ParsedPdfOutlineItem
Outline item discovered while parsing an existing PDF.
Properties
| Property | Modifier | Type | Description |
|---|
children | readonly | readonly ParsedPdfOutlineItem[] | Nested child list items or structure elements. |
targetName? | readonly | string | Named destination targeted by the outline item. |
targetPageObjectId? | readonly | number | Page object id targeted by the outline item. |
title | readonly | string | Document title or display title. |