Slides functionality

Hi,

I’m looking at your Aspose.Slides SDK and I have some questions about its functionality.

I’m not really interested in the ability to edit or export ppt/pptx but I want to be able to render the slideshow as it was originally build in power point and have the ability to pump next or previous slide event to the render. I’d want to use the C++ library for this and be able to set the resolution and framerate ideally.

I’ve downloaded your evaluation SDK and ran the example which just seems to export and edit some attributes of slide shows, but didn’t see any way of displaying and rendering the powerpoint.

Thanks
Matt

@mattj1984,

I have observed your requirements and like to share that Aspose.Slides provides programmable interface to manage presentation files. There is no front end service associated with API as it is by design only able to generate the presentations programmatically. However, the API does provide support to generate the slide images orexporting to PDF if that help you.