Skip to content

vadymkykalo/pdf-JODConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF (JODConverter) Rest API

This repository based on https://github.com/sbraconnier/jodconverter

This is a sample application of a rest api that uses the spring boot integration module of the Java OpenDocument Converter (JODConverter) project to offer document conversion capabilities. The goal was to emulate a LibreOffice Online server that would support the customization of custom (known) load/store properties.

Once started, use your favorite browser and visit this page:

http://localhost:8081/swagger-ui.html

Maven install

mvn install

Docker use:

docker build -t pdf/doc-converter . 
docker run -it -p 8084:8081 pdf/doc-converter

About

converter to pdf content

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published