You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 24, 2023. It is now read-only.
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 IOExceptionPDFContentcontent = newPDFContent(minimalViewer);