Cannot save presentation (4783)

Hi,

When I try to save the attached presentation, this exception occurs:

class com.aspose.slides.ms.pbdb106a0.i: element already exists

Here's the code I use:

String presentationPath = "kortslutningsberegning.pptx";

InputStream inputStream = new FileInputStream(presentationPath);

Presentation presentation = new Presentation(inputStream);

inputStream.close();

presentation.save("kortslutningsberegning-aspose.pptx", SaveFormat.Pptx);

I'm using Aspose.Slides for Java 16.10.0.

Thanks,
Zeljko
Hi Zeljko ,

I have worked with the presentation shared by you and have been able to observe the issue. A ticket with ID SLIDESJAVA-35732 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-35732) have been fixed in this update.


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