Copy slide(s) to clipboard?

Hi,



Is it possible to copy one or more slides to the clipboard so that you can paste the slide into PowerPoint with Edit->Paste? If yes, how?



I looked through the API docs, but I didn’t see anything appropriate.



Thanks,

– K

Dear ka.felinity,

Thank you for using Aspose.Slides.

You cannot copy slides to clipboard but there is workaround to edit them in MS-PowerPoint and import them into your presentation object of Aspose.Slides. For this to achieve you can use Presentation.CloneSlide method.

For more information about CloneSlide method, see Developer Guide and APIs

Thanks for the quick reply. That would be a great feature to have in a future version of the library.