How to create a new presentation using slides from other presentations

Hi,

We are currently evaluating this product and we are wondering if this is possible because it’s a key feature that we need.
I know that it’s possible to do with the Powerpoint ActiveX by using the following for a Slides object

int InsertFromFile(string FileName, int Index, int SlideStart = 1, int SlideEnd = -1);

Is this something that we can do with Aspose?

Thanks.


Hi,


Thanks for your interest in Aspose.Slides.

I have observed the requirement shared by you and it seems you probably want to copy the slides from other presentation to your source presentation. I like to add here that Aspose.Slides offer slide cloning feature that you can use on your end to copy slides from N presentations to your target presentation. Please visit this documentation link for your kind reference to serve the purupose. Please share, if I may help you further in this regard.

Many Thanks,

Thanks, Mudassir. That’s exactly what we need.