eug48 / unoconv-api

run unoconv as a webservice

Home Page:https://quay.io/repository/kaufmann_r/unoconv-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unoconv-api

Run - example

$ docker run -d -p 80:3000 --name unoconv quay.io/kaufmann_r/unoconv-api

Usage

Post the file you want to convert to the server and get the converted file in return.

See all possible conversions on the unoconv website.

The API for the webservice is /unoconv/{format-to-convert-to} so a docx to pdf conversion would be:

$ curl --form file=@myfile.docx http://192.168.0.111/unoconv/pdf > myfile.pdf

About

run unoconv as a webservice

https://quay.io/repository/kaufmann_r/unoconv-api

License:MIT License


Languages

Language:Go 100.0%