Open evgeny-burmakov opened 2 years ago
Can you please try tabWidth
attribute on the <w:tab>
I created that file directly in the Word application. But mentioned attribute (PtOpenXml.TabWidth) is custom PowerTool attribute which is created during file conversion (e.g. there https://github.com/sergey-tihon/Clippit/blob/master/OpenXmlPowerTools/WmlToHtmlConverter.cs#L1967-L1970).
First tab in paragraph is ignorred during conversion OpenXml Word file into HTML by WmlToHtmlConverter.ConvertToHtml(). As result layout is corrupted and words are overlaped each other.
OpenXml:
Result HTML:
FirstTab.docx