Presentations coded automation APIs examples
This section contains a list of Presentations coded automation APIs examples you can use as reference to build coded workflows:
AddNewSlide.cs- Add a new slide to the presentation.AddText2Slide.cs- Add text to a slide, into a specific placeholder.DeleteSlide.cs- Delete a slide from the presentation.AddFile2Slide.cs- Add a file to a slide, in the presentation.AddImageOrVideo2Slide.cs- Add an image or a video to a slide, in the presentation.
The mentioned examples can be downloaded from the GitHub location.