Export Images too when Converting from DOCX to HTML using C# .NET

When converting the attached document to HTML, the image is not extracted. If I do the same conversion, but to PDF, it works perfectly. Here is the example code:

License lic = new License();
lic.SetLicense(@"AsposeWords.lic");
Document doc = new Document(@"problem.docx");
doc.Save(@"output.html");

Using words-net version 20.7.0.0.
Thanks,problem.docx (53.8 KB)

@rhrufftx,

We have logged this problem in our issue tracking system with ID WORDSNET-22718. We will further look into the details of this problem and will keep you updated here on the status of correction. We apologize for your inconvenience.

The issues you have found earlier (filed as WORDSNET-22718) have been fixed in this Aspose.Words for .NET 22.4 update also available on NuGet.