Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 953 Bytes

File metadata and controls

31 lines (20 loc) · 953 Bytes

JODConverter - Sample - Webapp

This is a sample web application that uses the local module of the Java OpenDocument Converter (JODConverter) project.

Running the Project using gradle

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!!