Running from Java
A good way to run FormVu is directly from Java code as IDEs will usually list available methods. This guide is aimed at developers with knowledge of Java. If you do not know Java, we recommend using the online converter.
Prerequisites:
-
You must download formvu.jar
- Requires Java 8 or later (see version compatibility)
- Add formvu.jar to your project libraries
Quick Start:
There is a code example at the top of the Javadoc page for PDFtoHTML5Converter which shows how to convert.
How are the settings controlled?
Available settings and their values can be found in the Javadocs. The key classes are:
- HTMLConversionOptions (General HTML Settings)
- FormViewerOptions (Settings available for the viewer)