Hi,
When I try to save the attached presentation, I get the exception mentioned in the subject of this thread.
Here’s the code I used:
String presentationPath = “PosterDENVER_WdeKanter_2015.ppt”;
InputStream stream = new FileInputStream(presentationPath);
Presentation presentation = new Presentation(stream);
stream.close();
presentation.save(“PosterDENVER_WdeKanter_2015-aspose.ppt”, SaveFormat.Ppt);
Can you check this?
Thanks,
Zeljko
Zeljko