Convert docx to html doesn't include images (?)

Hi all,
I am trying to convert a docx file to an html page using the following commands:

Document docX = new Document(@"C:\Test.docx");
docX.Save(@"C:\Tmp\Test.html", SaveFormat.Html);

The file is converted, but the images that were in the docx file are missing from the html file,
there isn’t even a reference to it.
what should I do?
Thanks!

Hi,
Thank you for reporting to us. This is a known issue; it is issue # 3927 in our defects database. We work on this problem. The notification will be posted here in this thread as soon as it is done. Note that export/import of DOCX files is currently in beta.
Also please attach your DOCX file for testing.
Best regards.

This was fixed a couple of releases ago. Sorry missed to notify you. Please dowload latest Aspose.Words and try.