Link

Running from the Command Line

You can run FormVu directly from the command line which is useful for running the converter from another language or script.

Prerequisites:

Quick Start:

java -Xmx512M -jar formvu.jar /inputDirectory/ /outputDirectory/

You may want to provide more memory by increasing the Xmx value.

How are the settings controlled?

When running from the command line, settings are controlled by passing in system properties. Available settings and their values can be found in the Javadoc. The key classes are:

java -Dorg.jpedal.pdf2html.compressImages=true -jar formvu.jar /inputDirectory/ /outputDirectory/