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