Update Speaker Notes

Introduction

With Aspose.Slides Cloud, you can update speaker notes in a PowerPoint presentation. You can prepare new information for the notes and use the following API method to update them for a slide.

UpdateNotesSlide

API Information

API Type Description Resource
/slides/{name}/slides/{slideIndex}/notesSlide PUT Updates notes for a presentation slide. UpdateNotesSlide

Request Parameters

Name Type Location Required Description
name string path true The name of a presentation file.
slideIndex integer path true The 1-based index of the slide.
dto object body true The data object containing notes information.
password string header false The password to open the presentation.
folder string query false The path to the folder containing the presentation.
storage string query false The name of the storage contaning the folder.

In case of Amazon S3 storage folder path starts with Amazon S3 bucket name.

Examples

Update notes with the text “Tell about our company.” for the second slide in the document MyFolder/MyPresentation.pptx saved to the default storage.

cURL Solution

SDK Solutions

SDKs

Check Available SDKs to learn how to add an SDK to your project.