Cannot convert simple html span with width. width is not working porperly

simple width: 2ch is not converted and it will still display whole string.

<html>
   <head></head>
   <body style="color: #1e1e1e;font-family: helvetica, arial, sans-serif;font-size: 12pt;">
      <p><span style="color:#ffffff;font-family:monospace;text-wrap:nowrap;display:inline-block;width:2ch;overflow:hidden">\2iNwto\</span>test1</p>
      <p><span style="color:#ffffff;font-family:monospace;text-wrap:nowrap;display:inline-block;width:2ch;overflow:hidden">\2Vrbu\</span>test1</p>
      <p><span style="color:#ffffff;font-family:monospace;text-wrap:nowrap;display:inline-block;width:2ch;overflow:hidden" >\PSbui\</span>test1</p>
      <p><span style="color:#ffffff;font-family:monospace;text-wrap:nowrap;display:inline-block;width:2ch;overflow:hidden">\gizS9\</span>test1</p>
   </body>
</html>

@m.darshan.shah Please note, Aspose.Words is designed to work with MS Word documents. HTML documents and MS Word documents object models are quite different and it is not always possible to provide 100% fidelity after conversion one format to another. In most cases Aspose.Words mimics MS Word behavior when import HTML documents.
Considering the provided HTML - <span> is represented in MS Word document as Run node and there is no way to specify width of Run.
If convert your HTML to DOCX using MS Word the result is the same as Aspose.Words’ result: aspose.docx (7.6 KB) ms_word.docx (12.1 KB)