Hi,
When I try to open the attached presentation, I get an exception.
Here’s the code I use:
String presentationPath = “CATEGO.ppt”;
InputStream inputStream = new FileInputStream(presentationPath);
Presentation presentation = new Presentation(inputStream);
inputStream.close();
Can you check this?
Thanks,
Zeljko
Thanks,
Zeljko