PowerPoint Presentation

Reorder multiple slides in PowerPoint

We are pleased to announce a new release of Aspose.Slides Cloud 18.12. We have introduced an API that let you reorder multiple slides in one API call. Moreover, we have added separate APIs for adding, cloning and reordering presentations. For a detailed note on what is new and fixed, please visit the release notes section

New Features and Enhancements

  • Reorder Multiple Slides in a Presentation in one API Call

Please use POST /slides/{name}/slides/reorder to reorder multiple slides in a presentation in one API call.

  • Add Slides to a Presentation

Please use POST /slides/{name}/slides/add to add slides to a presentation.

  • Copy Slides

POST /slides/{name}/slides/copy API let you copy slides within the current document or from another presentation.

  • Move Slides

POST /slides/{name}/slides/{slideIndex}/move API let you move slides to another position.

Aspose Cloud Resources

You may visit the following API resources for getting started and working with the API:

  • Product Overview – An overview of Aspose.Slides Cloud APIs

  • Product Documentation – Detailed API documentation with code examples and details about API functional areas

  • Cloud SDKs – An SDK takes care of a lot of low-level details of making requests and handling responses and let you focus on writing code specific to your particular project

  • API Reference Guide – Quickly browse through all Aspose.Slides Cloud APIs and test them in the browser

  • Aspose.Slides Forum – Our free online support forum where we address your queries and inquiries