Icon missing in the result of SVG conversion

Hi Aspose team


We are working on PowerPoint files SVG conversion for cross-platform viewing.
The icon is missing in the result when we try to view a file.

This problem can be observed in Windows 10 environment with Slides 16.8.0, and therefore I am not sure this have something to do with the previous issue:
Convert PowerPoint file to SVG format- and missing image
So I created this thread.

Here is our code for SVG conversion test:

Presentation pre = new Presentation(
“custom/input/pptx/SSS.pptx”);

String dirName = UUID.randomUUID().toString();
File file = new File(“custom/output/pptx/” + dirName);
file.mkdirs();

for (int i = 0; i < pre.getSlides().size(); i++) {

pre.getSlides()
.get_Item(i)
.writeAsSvg(
new FileOutputStream(“custom/output/pptx/”
+ dirName + “/” + (i + 1) + “.svg”));

}

And I have uploaded a comparison image, the PowerPoint file, and the result.
Please help us to analyze this issue, thanks.

Best,
Craig

Hi Craig,


I have worked with presentation and source code shared by you using Aspose.Slides for JAVA 16.8.0 and able to observe the issue. A ticket with ID SLIDESJAVA-35673 has been added in our issue tracking system to resolve the issue. This thread has been associated with the ticket so that we share notification with you once issue will be fixed.

We are sorry for your inconvenience,

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


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

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