Hi,
When I try to save the attached presentation, this exception occurs:
java.lang.NullPointerException at com.aspose.slides.bqd.do(Unknown Source)
Here's the code I use:
String presentationPath = "SostinesKM.ppt";
InputStream inputStream = new FileInputStream(presentationPath);
Presentation presentation = new Presentation(inputStream);
inputStream.close();
presentation.save("SostinesKM-aspose.ppt", SaveFormat.Ppt);
I'm using Aspose.Slides for Java 16.10.0.
Thanks,
Zeljko