In windows, document file ends with .docx
To convert the content of .docx file to HTML string, i used mammoth package and everything works perfectly.
Now i face with .odt file in Unix system, which is using LibreOffice.
The problem is: Is there any package like Mammoth to convert .odt file to HTML?
If there is no choice, maybe i have to convert from .odt file to .docx file, just to reuse mammoth. Is there any package of python to do it?
Thank you in advance!