Extra Text Is Added when Converting HTML to PPTX with Aspose.Slides for Java

Hi,
by using Aspose.slides 24.10, we saw issue when convert HTML to PPTx if the html content is a result from converted result from Excel or Word
here is a attachment of some example
input.zip (2.5 KB)

the result
ouput.zip (44.9 KB)

we can see the extra text added on the top
image.png (28.2 KB)

Here is the code snippet we are using:

String temp = htmlContent.replace(Constant.RELATED_PATH_PREFIX, rootPath);
temp = temp.replace(Constant.RELATED_PATH_HTML, rootPath).replace(Constant.KEY_SRC + Constant.FILE_SEPARATOR,
        Constant.KEY_SRC);
InputStream inputStream = new ByteArrayInputStream(temp.getBytes());
try {
    lic.setLicense(Constant.LICENSE_LOCATION);
} catch (Exception e) {
    return new ConvertResult(false, e.toString(), null, null, null);
}
Presentation presentation = new Presentation();
try {
    presentation.getSlides().addFromHtml(inputStream);
    presentation.save(fileAbsolutePath + fileName + Constant.EXTENSION_PPT, SaveFormat.Pptx);

} catch (Exception e) {
    return new ConvertResult(false, e.toString(), null, null, null);
} finally {
    presentation.dispose();
    inputStream.close();
}

Please provide us some guidance about this, thanks!

@FSUPTC,
Thank you for contacting free support. I need some time to check the problem. I will get back to you as soon as possible.

@FSUPTC,
Thank you for your patience. I have reproduced the issue of adding additional text when converting the attached HTML documents to PowerPoint presentations.

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): SLIDESJAVA-39547

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.