Issue with PPTX to HTML Conversion

Hi,


While trying to convert PPTX to HTML using below code, we are seeing some additional images. Can you please help on this? Attaching PPTX and HTML (included in .zip) files. We are not seeing this issue while converting PPTX to PDF/PNG.

com.aspose.slides.License license = new com.aspose.slides.License();
license.setLicense(new java.io.FileInputStream(“Aspose.Slides.lic”));
String in1 = “C://a//Sample.pptx”;

LoadOptions l = new LoadOptions();

l.setLoadFormat( LoadFormat.Pptx);
Presentation pres1 = new Presentation( in1, l);
String fname = “C://a//Sample.html”;
pres1.save(fname, SaveFormat.Html);

Hi Nilesh,

I have worked with presentation file shared by you using Aspose.Slides for Java 17.4 and have been able to observe the issue. A ticket with ID SLIDESJAVA-36413 has been created in our issue tracking system to further investigate and resolve the issue. This thread has been linked with issue so that you may be automatically notified once issue will be fixed.

We are sorry for your inconvenience,

The issues you have found earlier (filed as SLIDESJAVA-36413) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by mudassir.fayyaz