Search
Follow Us
Categories
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
We have implemented the following features:
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'))
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.