Hi,
When I try to save the attached presentation, I get an exception with this message:
Can’t be more or equal to list count.
Here’s the code I used:
InputStream stream = new FileInputStream(“BM.ppt”);
Presentation presentation = new Presentation(stream);
presentation.save(“BM-result.ppt”, SaveFormat.Ppt);
Can you check this?
Thanks,
Zeljko