Graph appearing in black when doc is converted to html

Hi,

we are using aspose words 13.6 .0 .0
for converting word to
html.Graph appearing in black when doc is converted to HTML.Please find the

attached files and screenshot.
Thanks & Regards,
Thirumurthy R

Hi Thirumurthy,

Thanks for your inquiry. I have tested the scenario by using following code snippet and have not found the shared issue while using latest version of Aspose.Words for Java. Please use the latest version of Aspose.Words for Java 13.7.0. I have attached the output html with this post for your kind reference.

Document doc = new Document(MyDir + "TMC114WrappinglinkonPage160TBT.doc");
doc.save(MyDir + "OutJava.html");

If the problem still remains, please share following detail for investigation purposes.
What environment are you running on?

  • OS (Windows Version or Linux Version)
  • Architecture (32 / 64 bit)
  • Java version
  • Please supply us the code which you have used to convert Word document to HTML.