Word Arts are either missing or improperly formatted in SVG output of a slide

Hello,

I am using Aspose.slides v17.3 to generate SVG of a slide. The Word Art in a slide is missing in some cases and is not properly formatted in other cases.

Following code has been used to generate the SVG:
Presentation presentation = new Presentation("test.pptx");
ISlide slide = presentation.getSlides().get_Item(0);
OutputStream outputStream = new FileOutputStream("aspose response.svg");
slide.writeAsSvg(outputStream);
outputStream.close();

Can you please analyse this issue.

Thanks,
Neha

Hi Neha,

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-36423 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-36423) have been fixed in this update.