Value does not fall within the expected range (4641)

Hi,

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

class com.aspose.slides.PptxReadException: Value does not fall within the expected range.

Here's the code I use:

String presentationPath = "f169d5673ba7aa94c3aff59096a5cf7a.pptx";

InputStream inputStream = new FileInputStream(presentationPath);

Presentation presentation = new Presentation(inputStream);

inputStream.close();

I'm using Aspose.Slides for Java 16.5.0.

Can you check this?

Thanks,
Zeljko

Hi Zeljko,


I have worked with the presentation file using Aspose.Slides for Java 16.5.0 and have been able to reproduce the issue. A ticket with ID SLIDESJAVA-35509 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-35509) have been fixed in this update.


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