Gives the possibility to import document like PDF, DOC, and DOCX using external tool like LibreOffice.
Supported File:
- DOC
- ODT
- DOCX
Install using /admin/plugins
git clone https://github.com/mrbabbs/ep_document_import_hook.git ep_document_import_hook
Add in your 'settings.json' file:
"ep_document_import_hook": {
"tool": ""
}
if you want "soffice" as command for LibreOffice installed in default path
"ep_document_import_hook": {
"tool": "[/path/to/libreoffice]"
}
if you want to use a different command for LibreOffice
- Linux (only supported platform)
- etherpad-lite >= 1.5.7
- LibreOffice >= 4.4
- Add feature to allow using different tool for different file format.
- Add support for other languages for the display message.
- Check compatibility with OpenOffice.
- Add support for other platform like Windows and MacOSX.
- Check compatibility with etherpadlite version < 1.5.7