Web based ppt creation

I was wondering if it is possible to import individual slides from a ppt and save them somehow. Then let an user select the preferred slides to create a new ppt. If the is possible what is the process of saving the slide outside the original ppt?
This message was posted using Aspose.Live 2 Forum

Dear topicomha,

Thanks for considering Aspose.Slides for .NET.

Yes, it is quite possible. You can get the images of slides via Slide.GetThumbnail and you can also copy your selected slides from one presentation into another via Presentation.CloneSlide method

Please see these links.

For getting slide images

For copying slide from one presentation into the same or different presentation