Add slides to presentation

Hi

i want to pick no of slides from no of presentations and make whole slides as 1 presentation

I want to add slide to presentation,which was picked from existing slide.

How to do this,Please help me on this,

Regards

Neni

To do it, you will need to use Presentation.CloneSlide method.

This method creates a copy of the slide and you have a choice to copy the slide from the same presentation or from different presentation. For more information please see this article.

Cloning a Slide

You should also see the Demo Code that is available to you with Aspose.Slides Installer.

Demos\C#\CloneSlides
Demos\VB\CloneSlides