Link
Skip to main content

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/

Get started with FormVu in 3 steps

  1. Fill in the form to download the trial jar →
  2. Copy the code snippets as instructed on the next page
  3. Build your solution using our docs

Learn more about FormVu

Start Your Free Trial