Hi Team,
We are using libreoffice 4.3 to convert word document to HTML. The document generated by libre office has indentation issues. In the word document, we have many p tags as ordered list which after conversion adds inline css.
Here is an example of the code snippet of the converted html document:
<p align="left" style="margin-left: 0.25in; text-indent: -0.25in; margin-bottom: 0.17in; line-height: 0.17in; widows: 2; orphans: 2">
<a name="5c188da9-cdb8-406b-9809-dd4a0316dba2-1"></a>
<font face="Arial, serif">
<font size="2" style="font-size: 11pt">
1. Some Text Here
</font></font></p>
Please look into this asap.
(Edited 2018-01-11 by @sakshi Now there is a demo file: SampleDocument_IndentIssue.docx
(Edited slightly for better readability by @Lupp )