PDFContent - Patr1ick/fxPDF GitHub Wiki
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.