Format distorted

Hello,


I am trying to generate word document by ASPOSE word and I am able to see proper HTML but when I pass the same HTML to ASPOSE dll then design got distorted.

Please find the HTML file and the same HTML file I am sending to ASPOSE word but the Rectangle boxes in front of options are not coming properly as compare to HTML please let me know on this.
I want the rectangle boxed in front of four option ,same as in HTML.
Hi Sanjay,

Thanks for your inquiry. Please note that Aspose.Words mimics the same behavior as MS Word does. If you convert your html document to Docx using MS Word, you will get the same output.

However, we have logged this problem in our issue tracking system as WORDSNET-14103. We will inform you via this forum thread once there is any update available on this issue.

We apologize for your inconvenience.
Hi Sanjay,

Thanks for your patience. It is to inform you that our product team has completed the work on issue (WORDSNET-14103) and has come to a conclusion that this issue and the undesired behavior you're observing is actually not a bug in Aspose.Words. So, we have closed this issue as 'Not a Bug'.

Please note that Aspose.Words mimics the same behavior as MS Word does. If you open the html in MS Word, you will get the same output. Aspose.Words model and MS Word don't have a counterpart for fixed-width div elements. We suggest you please enclose the problem numbers with spans instead of divs. Hope this helps you.