Loss of overlays when converting ppt to html

Using aspose.slides-14.9.0, I try to convert the attached ppt to html with the simple code,


static void convertPowerPointToHtml(String name, byte[] bytes) throws IOException {
//Instantiate a Presentation object that represents a presentation file
Presentation pres = new Presentation(new ByteArrayInputStream(bytes));
HtmlOptions htmlOpt = new HtmlOptions();
htmlOpt.setHtmlFormatter(com.aspose.slides.HtmlFormatter.createDocumentFormatter("",false));
//Saving the presentation to HTML
String docName = outputDirectory + “\” + name + “-fromppt.html”;
pres.save(docName, com.aspose.slides.SaveFormat.Html, htmlOpt);
}

The resultant html loses the overlay annotations (in red color in the attached ppt). Also, some pages (e.g, pages 4 & 5) loses body content. I’m not able to figure out what the various HtmlOptions settings are. Can you suggest some settings to use to maximize fidelity in the resultant html?

Thanks,
An

Hi An,


I have observed the sample code and presentation file shared by you and have observed the issue specified. An issue with ID SLIDESJAVA-34632 has been created in our issue tracking system to further investigate and resolve the issue. This thread has been linked with the issue so that you may be automatically notified once the issue will be resolved.

We are sorry for your inconvenience,

The issues you have found earlier (filed as SLIDESJAVA-34632) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.