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

PageChooser

Patrick edited this page Apr 14, 2021 · 1 revision

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.

Clone this wiki locally