A simple go server that converts documents via LibreOffice.
- Build the docker and run it.
- Make a POST call to the container
url:8081/conver-file/{originalFileType}/{newFileType}
. The body should be a file in binary format. - Enjoy your converted file.
Open a PR with new features, to develop its best to run docker compose watch
.