Issue With Textbox Position/Layout when converting Docx - > HTML - >Docx

I am trying to convert docx to html and then back to docx. If the word file as textboxes and images, converting from word to html the layout is preserved but when same html is converted back to work the layout is not preserved please see the screenshot below.

@cyrusdaru1 Please note that HTML and MS Word documents models are quite different, this makes it difficult and sometimes impossible to get 100% fidelity after Word->HTML->Word roundtrip.
Please see the following articles to learn what features are supported upon exporting and importing HTML documents:
https://docs.aspose.com/words/net/load-in-the-html-html-xhtml-mhtml-format/
https://docs.aspose.com/words/net/save-in-html-xhtml-mhtml-formats/

Also, please attach your input document here for testing? We will check it and provide you more information.

Please find the attached sample word that i am using in the link below its 50 meg file so could not attach
https://1drv.ms/w/s!Ak4rIGP9ItYzhoRDOdikb-3PhLDT-Q?e=YJwrcQ

Below is another sample
ProposalSample-Test2.docx (1.3 MB)

@cyrusdaru1 Thank you for additional information. I have logged the problem as WORDSNET-24447. We will investigate whether we can improve Docx->Html->Docx roundtrip.
But, as I already mentioned, it difficult and sometimes impossible to get 100% fidelity after Word->HTML->Word roundtrip.

I would like to align a shape or and image as we do it in word . Can you please tell me which property of Aspose shape to use

@cyrusdaru1 You can specify position of shape using RelativeHorizontalPosition, RelativeVerticalPosition and appropriate HorizontalAlignment and VerticalAlignment.