Split PPT into multiple PPT with PHP

Read, Edit & Export Slides data to other formats with open source Cloud SDK for PHP

PPT into PPT Split with PHP

  1. Create an account at Dashboard to get free API quota & authorization details
  2. Initialize SlidesApi with Client Id and Client Secret
  3. Call one of the split methods, depending where is your input PPT file and where you want to store the resultant PPT files
    • split to split a file on storage and save the result to the storage. Each slide of the input PPT is saved as a separate PPT in the specified storage folder (or to the input file folder by default).
    • splitOnline to split a local file and download the result as a ZIP archive. Each slide of the input PPT is downloaded as a separate PPT within the ZIP archive.
    • splitAndSaveOnline to split a local file and save the result to the storage. Each slide of the input PPT is saved as a separate PPT in the specified storage folder (or to the root folder by default).

Get Started with Slides API & PHP SDK

Get Slides Cloud SDK for PHP source code from GitHub to compile the SDK yourself or head to the Releases for alternative download options.

Also have a look at Swagger-based API Reference to know more about the SLIDES REST API.

:
...

FAQ

  • How can I get started with Aspose.Slides REST APIs?
    Quickstart not only guides through the initialization of Aspose.Slides Cloud API, it also helps in installing the required libraries.
  • Where can I see the release notes for Aspose.Slides Cloud API?
    Complete release notes can be reviewed at Aspose.Slides Cloud Documentation.
  • Is it safe to split PPT files into slides in the Cloud?
    Of course! Aspose Cloud uses Amazon EC2 cloud servers that guarantee the security and resilience of the service. Please read more about Aspose's Security Practices.
  • What file formats are supported by Aspose.Slides Cloud API?
    Aspose.Slides Cloud can split PPT into slides in PPTX, PPS, PPSX, PPTM, PPSM, POTX, POTM, ODP, OTP, PDF, XPS, JPEG, PNG, BMP, TIFF, SVG, HTML5, GIF, XAML and more. Checkout the complete list of supported file formats.
  • I can not find the SDK for my favorite language. What should I do?
    Aspose.Slides Cloud is also available as a Docker Container. Try using it with cURL in case your required SDK is not available yet.
  • I do not have time to set up. Is there a quick demo for split PPT that I can try?
    Indeed! Checkout the PPT Splitter App.