PageChooser - Patr1ick/fxPDF GitHub Wiki

With this node you can navigate to a specific page in the current pdf.

Usage

// Constructor needs a MinimalViewer as parameter
PageChooser pc = new PageChooser(minimalviewer);

Now you can add the node to for example a pane and it should work together with the provided Viewer.

AppearanceType

To change the AppearanceType you need to call the method setAppearanceType(AppearanceType.DARK);

DARK

Screenshot tbd.

LIGHT

Screenshot tbd.

CUSTOM

Screenshot tbd.