Viewer UI
Sets the user interface to use for the viewer.
Complete provides a fully featured viewer with bookmarks and thumbnail navigation.
Clean provides a cleanly styled user interface.
Simple provides a minimal, simple user interface.
SlideShow provides a slideshow presentation style user interface with fullscreen functionality.
Custom will not output an index.html file and can be used if you wish to use your own index file.
Expected values:
complete
clean
simple
slideshow
custom
Default: complete
Usage Examples
Command Line
-Dorg.jpedal.pdf2html.viewerUI="clean"
Cloud
{ "org.jpedal.pdf2html.viewerUI": "clean" }
Java
idrviewerOptions.setViewerUI(IDRViewerOptions.ViewerUI.Clean);