Web API to call libreoffice headless function.
pip install -r requirements.txt
python main.py # or gunicorn -b 0.0.0.0:8000 main:app
docker build -t argano/libreoffice-api:lastest --network host .
- body: multipart/form-data
- fields:
- file: binary file
- type: argument of
--convert-to
- fields:
- Fork it ( http://github.com/argano/libreoffice-api )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
MIT