Skip to content

draftable/jodconverter-samples

 
 

Repository files navigation

  LibreOffice / Apache OpenOffice

JODConverter Samples

License

Welcome! Here you will find sample projects using JODConverter.

The projects in this directory demonstrate typical use cases using the JODConverter project. They include:

Build and run

See the subprojects. In short

# run webapp
./gradlew :samples:spring-boot-webapp:bootRun
# build rest-app
./gradlew :samples:spring-boot-rest:bootRun

You can access the apps via http://localhost:8080

Docker based

If you do not have a local java SDK or just prefer docker, use

# run webapp
docker run --rm -p 8080:8080 ghcr.io/jodconverter/jodconverter-examples:gui

# unr rest-only app
docker run --rm -p 8080:8080 ghcr.io/jodconverter/jodconverter-examples:rest

You can access the apps via http://localhost:8080

The docker images are build in jodconverter/docker-image-jodconverter-examples. Use them as a starting point for an application, if you like.

About

Sample projects which demonstrate typical use cases using JODConverter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%