libreoffice-online/loolwsd/reference.txt

7 lines
302 B
Text

LibreOffice On-Line API
=======================
Document conversion:
- API: HTTP POST to /convert-to
- parameters: format=<format> (see e.g. "png", "pdf" or "txt"), and the file itself in the payload
- example: curl -F "data=@test.txt" -F "format=pdf" http://localhost:9980/convert-to