Hi,
When I try to load the attached presentation, this exception occurs:
class com.aspose.slides.PptxReadException: String index out of range: 2
Here’s the code I used:
String path = "Test.pptx";
Presentation presentation = new Presentation(path);
I’m using Aspose.Slides for Java 17.6.0.
Can you check this?
Thanks,
Zeljko
Test.pptx.zip (698.9 KB)