Wrong italic style

Hi,


There are some italic style in the output html, when I’m using HtmlFixedSaveOptions to save a doc/docx files. Almost all words, except some Headings, are converted to italic style. Please help me, thanks.
Code:
Document doc = new Document(rootPath + fileName);
doc.joinRunsWithSameFormatting();
com.aspose.words.HtmlFixedSaveOptions sv2 = new com.aspose.words.HtmlFixedSaveOptions();
sv2.setPageIndex(0);
sv2.setPageCount(doc.getPageCount());
sv2.setPrettyFormat(true);
sv2.setExportEmbeddedCss(true);
sv2.setExportEmbeddedFonts(true);
sv2.setExportEmbeddedImages(true);
sv2.setFontFormat(ExportFontFormat.WOFF);
doc.save(rootPath + fileName + “.html”, sv2);


Hi Vincent,


Thanks for your inquiry. Please zip and attach your input Word document and output Html file showing the undesired behavior here for testing. I will investigate the issue on my side and provide you more information.

Best regards,
Hi Vincent,

Thanks for your inquiry.

While using the latest version of Aspose.Words i.e. 13.12.0, I managed to reproduce this issue on my side. I have logged this issue in our bug tracking system. The ID of this issue is WORDSNET-9483. Your thread has also been linked to this issue and you will be notified as soon as it is resolved. Sorry for the inconvenience.

Best regards,

The issues you have found earlier (filed as WORDSNET-9483) have been fixed in this .NET update and this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.