Hi
I have created a presentation using the inputStream. Post creation, when I try to access each slide, I get null result.
newPresentation = new Presentation(customIs);
ISlide slide = newPresentation.getSlide().get_I…...that I use has 31 slides (in native MS PPT). How do I access slide...