Aspose.Slides Cloud

Aspose.Slides Cloud’s platform independent document manipulation API is a true REST API that can be used with any language: .NET, Java, PHP, Ruby, Rails, Python, jQuery and many more. You can use it with any platform — web, desktop, mobile, and cloud.

Aspose.Slides Cloud is a unique PowerPoint® management API that enables you to read, write, convert and manipulate PowerPoint documents on the cloud. Learn More

New Presentation features in the Aspose Cloud Python SDK

We have implemented the following features:

  • Convert PowerPoint Documents to other File Formats without Storage - This feature allows you to save a presentation to different other formats without uploading file to any storage space using Aspose.Slides Cloud API in your applications.
  • Get a Particular Shape from the Slide - This feature allows you to get a particular shape from the slide using Aspose.Slides Cloud API in your applications.
  • Delete a Slide - This feature allows you to delete a specific slide from a presentation using Aspose.Slides Cloud API in your applications.
  • Delete Background of Slide - This feature allows you to remove background of a particular slide using Aspose.Slides Cloud API in your applications.
  • Get Background of Slide - This feature allows you to get background information of a particular slide using Aspose.Slides Cloud API in your applications.

Code Snippets

Sample Code Aspose.Slides - Convert Local File

import asposecloud
from asposecloud.storage import Folder
from asposecloud.slides import Converter

asposecloud.AsposeApp.app_key = '****'
asposecloud.AsposeApp.app_sid = '****'
asposecloud.Product.product_uri = 'http://api.aspose.com/v1.1/'

converter = Converter('dummy.pptx')
converter.convert_local_file('./data/test_convertlocal.pptx', 'pdf')
self.assertEqual(True, os.path.exists('./output/test_convertlocal.pdf')) 

Download

Start a Free Trial Today

Start a free trial today - all you need is to sign up with Aspose Cloud service. Once you have signed up, you are ready to try powerful file processing features offered by Aspose Cloud.