jodconverter / jodconverter-samples

Sample projects which demonstrate typical use cases using JODConverter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  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.

License:Apache License 2.0


Languages

Language:Kotlin 100.0%