Hi,
When I try to load the attached presentation, this exception occurs:
class com.aspose.slides.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
Here's the code I use:
String presentationPath = "KamuYonetimindeEtik.ppt";
InputStream inputStream = new FileInputStream(presentationPath);
Presentation presentation = new Presentation(inputStream);
inputStream.close();
I'm using Aspose.Slides for Java 16.8.0.
Can you check this?
Thanks,
Zeljko