Issue with Text and its content are not preserved while converting the docx to html and back to docx

Hi
I have document with footer containing textboxs with some content and page number filed. When I convert the document from docx to html and then back to word,the textbox and its content are converted to image instead of preserving it as textbox and content with it.

image.png (10.2 KB)

Can you please provide a solution to the above. If the same is done in word , then textboxes are preserved as is.

@cyrusdaru1 I am afraid this is an expected behavior. Aspose.Words converts textboxes to images while converting document to HTML to preserve visual representation of the document. Please note, HTML and MS Word documents models are very different and it is difficult and sometimes impossible to get 100% fidelity when convert one to another.
As a workaround, you can remove textbox from your source document before conversion to HTML leaving it’s content so it is handled ad a simple text.