4ae0a4f048
Change-Id: Ie9b8a4f65bba768c5cd384b6c76b95b60587a12e
7 lines
313 B
Text
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
|