Render animation frame in impress

Hi,

Is there an API I can use to render impress presentation frame by frame?

Thanks

Do you have already tried to use http://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star_1_1presentation.html ?

What should I use from the presentation module to render a single frame of the current slide?

I’ve not done it yet, but from the description I guess, that you get the single slide using the interface XSlideShowController and show that slide using the service SlideShow. Do you have already written any code, that uses the API? What is your final goal?

I haven’t used the API yet.
My goal is to programmatically create a video from a slideshow similar to this in PowerPoint:
http://msdn.microsoft.com/en-us/library/gg985312(v=office.14).aspx