Cannot load presentation (4760)

Hi,

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

class com.aspose.slides.PptxReadException: Specified argument was out of the range of valid values.

Here's the code I use:

String presentationPath = "Personal Brand _JR_PPT1.pptx";

InputStream inputStream = new FileInputStream(presentationPath);

Presentation presentation = new Presentation(inputStream);

inputStream.close();

I'm using Aspose.Slides for Java 16.9.0.

Can you check this?

Thanks,
Zeljko
Hi Zeljko,

I have worked with the presentation file using Aspose.Slides for JAVA 16.9.0 and have been able to reproduce the issue. A ticket with ID SLIDESJAVA-35710 has been created in our issue tracking system to investigate and resolve the issue. This thread has been associated with the ticket so that we may share the notification with you once issue will be fixed.

We are sorry for your inconvenience,

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


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