Want to save slides of a presentation as html

hi,
I want to save slides of presentation as html as we can do with Microsoft Powerpoint application object.Is there any facility in ASPOSE?
surya

Hi surya.
What I have done is to use the Slide.GetThumbnail(x,y) method to get the image of a slide. Then I save the image as a JPEG and use it in HTML.
Don’t know of any other method.

With regards
Morten (Customer)

hi morten,
i did the same but JPEG/GIF thus generated are not getting displayed on ie(browser). it is showing them as an invalid image.
regards
surya