Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

PDFContent

Patrick edited this page Apr 14, 2021 · 1 revision

This node will read the table of content if it is provided by the pdf and generate a TreeView where you can navigate to the selected chapter.

Usage

// You need to provide a MinimalViewer as a parameter in the constructor
// Note that the constructor can throw an IOException
PDFContent content = new PDFContent(minimalViewer);

AppearanceType

Same as the other nodes.
tbd.

Clone this wiki locally