libreoffice-online/loolwsd/reference.txt
Pranav Kant 4ae0a4f048 Update convert-to api details in reference.txt
Change-Id: Ie9b8a4f65bba768c5cd384b6c76b95b60587a12e
2016-07-20 14:35:00 +05:30

7 lines
313 B
Text

LibreOffice On-Line API
=======================
Document conversion:
- API: HTTP POST to /lool/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" https://localhost:9980/lool/convert-to