Words to HTML

IssuesHtml.PNG (526.9 KB)
I’m having formatting issue when converting .docs document to html.
Some images are not populated properly.Babylon Staff AnalysisFINAL2.docx (9.2 MB)
Babylon Staff AnalysisFINAL2.docx (9.2 MB)

I’m using aspose total .net version 21.10.0

thank you
Wensley

@wjstechnology,
Please save your document using HtmlFixed format instead of Html to make your output document look like your docx input document:

Document doc = new Document(@"C:\Temp\Babylon Staff AnalysisFINAL2.docx");
doc.Save(@"C:/Temp/Babylon Staff AnalysisFINAL2.html", SaveFormat.HtmlFixed);

For more information about fixed-page format documents please check the following article: