Read Speaker Notes

Introduction

With Aspose.Slides Cloud, you can retrieve speaker notes added to a slide and information of shapes added to a notes page, including header and footer.

The following methods allow you to read information of notes from presentations saved to a storage or local file.

GetNotesSlide

API Information

API Type Description Resource
/slides/{name}/slides/{slideIndex}/notesSlide GET Retrieves information of slide notes and notes page from a presentation. GetNotesSlide

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.
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

Read speaker notes added to the first slide in the document MyFolder/MyPresentation.pptx saved to the default storage.

cURL Solution

SDK Solutions

GetNotesSlideOnline

API Information

API Type Description Resource
/slides/slides/{slideIndex}/notesSlide POST Retrieves information of slide notes and notes page from a presentation. GetNotesSlideOnline

Request Parameters

Name Type Location Required Description
document file form data true The data of the presentation.
slideIndex integer path true The 1-based index of the slide.
password string header false The password to open the presentation.

Examples

Read speaker notes added to the first slide in a presentation saved to the file MyPresentation.pptx.

cURL Solution

SDK Solutions

SDKs

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