ArrayIndexOutOfBoundsException when creating Presentation

Hi, I’m getting ArrayIndexOutOfBoundsException when trying to create Presentation from the attached file.
Presentation presentation = new Presentation(file.getAbsolutePath());
Could you check and assist. Thank you in advance.ArrayIndexOutOfBoundsException - onepage.zip (2.0 MB)

@mikita.geer,

I have worked with the presentation file shared by you using Aspose.Slides for Java 18.3 on my end and there is no issue while loading the presentation and saving that to PDF. For your kind reference the generated PDF is also attached.

I have used Windows 7 X64 with JDK 1.7 on my end.

Saved.pdf (1.7 MB)

Thank you, the issue is resolved in new version.