This is a sample web application that uses the local module of the Java OpenDocument Converter (JODConverter) project.
First, build the project:
gradlew :samples:basic-webapp:build
Then, run:
gradlew :samples:basic-webapp:tomcatRun
If you experience connection issue on Windows 10, you may have to set a system property pointing to a templateProfileDir where OpenGL is disabled by default. Read this to know how to disable OpenGL. Then, run:
gradlew :samples:basic-webapp:tomcatRun -Dorg.jodconverter.local.manager.templateProfileDir=<path to your directory>
Once started, use your favorite browser and visit this page:
http://localhost:8080/jodconverter-sample-webapp/
Happy conversions!!