sempdf
sempdf v1.9.1Interfaces

Interface: ParsedPdfOutlineItem

sempdf v1.9.1


sempdf / ParsedPdfOutlineItem

Defined in: src/parser.ts:112

Outline item discovered while parsing an existing PDF.

Properties

PropertyModifierTypeDescriptionDefined in
childrenreadonlyreadonly ParsedPdfOutlineItem[]Nested child list items or structure elements.src/parser.ts:120
targetName?readonlystringNamed destination targeted by the outline item.src/parser.ts:116
targetPageObjectId?readonlynumberPage object id targeted by the outline item.src/parser.ts:118
titlereadonlystringDocument title or display title.src/parser.ts:114

On this page