Cannot load presentation (865)

Hi,

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

class com.aspose.slides.PptxReadException: Value cannot be null.

Here's the code I use:

String presentationPath = "AnnemariDeSilva.pptx";
InputStream inputStream = new FileInputStream(presentationPath);
Presentation presentation = new Presentation(inputStream);
inputStream.close();

I've tried with both Aspose.Slides for Java 16.10.0 and 17.1.0.

Can you check this?

Thanks,
Zeljko

Hi Zeljko,

I have worked with presentation file shared by you using Aspose.Slides for JAVA 17.1.0 and able to observed the issue. A ticket with ID SLIDESJAVA-35983 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-35983) have been fixed in this update.


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