Skip to main content

Aspose.Slides Cloud SDK for Python

Project description

PyPI PyPI - Python Version PyPI - Implementation PyPI - Wheel GitHub license

Python REST API to Process Presentation in Cloud

This repository contains Aspose.Slides Cloud SDK for Python source code. This SDK allows you to process & manipulate PPT, PPTX, ODP, OTP using Aspose.slides Cloud REST APIs in your Python applications.

You may want to check out Aspose free [PowerPoint to Word Converter] because it is a live implementation of one of the most popular conversion processes.

Presentation Processing Features

  • Fetch presentation images in any of the supported file formats.
  • Copy the layout side or clone the master slide from the source presentation.
  • Process slides shapes, slides notes, placeholders, colors & font theme info.
  • Programmatically create a presentation from HTML & export it to various formats.
  • Merge multiple presentations or split the single presentation into multiple ones.
  • Extract and replace text from a specific slide or an entire presentation.

Read & Write Presentation Formats

Microsoft PowerPoint: PPT, PPTX, PPS, PPSX, PPTM, PPSM, POTX, POTM OpenOffice: ODP, OTP, FODP

Save Presentation As

Fixed Layout: PDF, PDF/A, XPS Images: JPEG, PNG, BMP, TIFF, SVG Web: HTML/HTML5 Other: SWF (export whole presentations)

Enhancements in Version 21.12

  • New ThreeDFormat, Camera, LightRig and ShapeBevel classes allow to get and set 3D effects for shapes. New ThreeDFormat property of ShapeBase class allows to access those objects.
  • The declaration of GetAnimation and GetSpecialSlideAnimation methods is changed. New paragraphIndex parameter allows to get effects for a specific paragraph. New ParagraphIndex property of Effect class allows to set effects for a specific paragraph.
  • You can now use Html5 value for format parameter in conversion methods and export presentations to HTML5 format.
  • New Width and Height parameters were added to ExportOptions class. You can now set custom size when convertion your documents.

Enhancements in Version 21.9

  • New options parameter for Convert, ConvertAndSave, DownloadSlideOnline, SaveSlideOnline, DownloadShapeOnline and SaveShapeOnline methods that allows to specify options when converting presentations from request body.
  • New methods to manage shapes and animation for special slide types: master, layout and notes slides. The new methods are GetSpecialSlideShapes, **GetSpecialSlideSubshapes, GetSpecialSlideShape, GetSpecialSlideSubshape, GetSpecialSlideParagraphs, GetSpecialSlideSubshapeParagraphs, GetSpecialSlideParagraph, GetSpecialSlideSubshapeParagraph, GetSpecialSlidePortions, GetSpecialSlideSubshapePortions, GetSpecialSlidePortion, GetSpecialSlideSubshapePortion, CreateSpecialSlideShape, CreateSpecialSlideSubshape, CreateSpecialSlideParagraph, CreateSpecialSlideSubshapeParagraph, CreateSpecialSlidePortion, CreateSpecialSlideSubshapePortion, UpdateSpecialSlideShape, UpdateSpecialSlideSubshape, UpdateSpecialSlideParagraph, UpdateSpecialSlideSubshapeParagraph, UpdateSpecialSlidePortion, UpdateSpecialSlideSubshapePortion, DeleteSpecialSlideShapes, DeleteSpecialSlideSubshapes, DeleteSpecialSlideShape, DeleteSpecialSlideSubshape, DeleteSpecialSlideParagraphs, DeleteSpecialSlideSubshapeParagraphs, DeleteSpecialSlideParagraph, DeleteSpecialSlideSubshapeParagraph, DeleteSpecialSlidePortions, DeleteSpecialSlideSubshapePortions, DeleteSpecialSlidePortion, DeleteSpecialSlideSubshapePortion, DownloadSpecialSlideShape, DownloadSpecialSlideSubshape, SaveSpecialSlideShape, SaveSpecialSlideSubshape, AlignSpecialSlideShapes, GetSpecialSlideAnimation, SetSpecialSlideAnimation, CreateSpecialSlideAnimationInteractiveSequence, CreateSpecialSlideAnimationEffect, CreateSpecialSlideAnimationInteractiveSequenceEffect, UpdateSpecialSlideAnimationEffect, UpdateSpecialSlideAnimationInteractiveSequenceEffect, DeleteSpecialSlideAnimation, DeleteSpecialSlideAnimationMainSequence, DeleteSpecialSlideAnimationInteractiveSequences, DeleteSpecialSlideAnimationInteractiveSequence, DeleteSpecialSlideAnimationEffect, DeleteSpecialSlideAnimationInteractiveSequenceEffect.

Enhancements in Version 21.8

  • New slides parameter for Convert, ConvertAndSave, DownloadPresentation and SavePresentation methods that allows to convert a specified set of slides in the presentation.

Enhancements in Version 21.6

  • New CreateComment, CreateCommentOnline, DeleteComments, DeleteCommentsOnline, DeleteSlideComments and DeleteSlideCommentsOnline methods to add or delete comments in presentations.
  • New CreateWatermark, CreateWatermarkOnline, CreateImageWatermark, CreateImageWatermarkOnline, DeleteWatermark and DeleteWatermarkOnline methods to add or delete and remove watermark in presentations.
  • New SetProtection, DeleteProtection, SetProtectionOnline and DeleteProtectionOnline methods to set or clear presentation protection properties like read/write password, readonly flag.

Enhancements in Version 21.3

  • New MergeOnline and MergeAndSaveOnline methods to merge presentations from multipart request body.
  • New SplitOnline and SplitAndSaveOnline methods to split presentation from request body.
  • New DownloadSlideOnline, DownloadShapeOnline, DownloadImageDefaultFormatOnline, DownloadImageOnline, SaveSlideOnline and SaveShapeOnline methods to convert slides, shapes and images to spefified format using presentation from request body.
  • New DownloadImagesDefaultFormat, DownloadImages, DownloadImagesDefaultFormatOnline and DownloadImagesDefaultFormatOnline methods to download all images from presentation as a ZIP archive.
  • New ReplacePresentationTextOnline and ReplaceSlideTextOnline methods to replace text in presentation from request body.
  • New AlignShapes method to align shapes in a slide.
  • Simplified method declarations. See the Release notes for details. Old method declarations are deprecated and will be deleted in 21.6 release.

Enhancements in Version 21.2

  • New Map value of ChartTypeEnum type to manage map charts.
  • New SketchFromat property of LineFormat class.

Enhancements in Version 21.1

  • New PostSlidesDocumentFromPdf method allows creating presentations or adding slides to it using a PDF file as a source.
  • New GetSlidesSlideProperties, GetSlidesProtectionProperties, PutSlidesSlideProperties, PutSlidesProtectionProperties allow to get/set presentaion properties like slide size, orientaion, read-only etc.
  • PutSlidesDocumentFromHtml method is deprecated and will be deleted in 21.4 release. Use PostSlidesDocumentFromHtml method instead.
  • PutSlidesSlideSize method is deprecated and will be deleted in 21.4 release. Use PutSlidesProtectionProperties method instead.

Licensing

All Aspose.Slides Cloud SDKs are licensed under MIT License.

How to use the SDK?

The complete source code is available in this repository folder. You can either directly use it in your project via source code or get PuPi module (recommended).

Prerequisites

To use Aspose Slides Cloud SDK for Python you need to register an account with Aspose Cloud and lookup/create App Key and SID at Cloud Dashboard. There is free quota available. For more details, see Aspose Cloud Pricing.

Installation

python -m pip install asposeslidescloud

Sample usage

The example code below converts a PowerPoint document to PDF format using asposeslidescloud library:

	import asposeslidescloud

	from asposeslidescloud.configuration import Configuration
	from asposeslidescloud.apis.slides_api import SlidesApi
	from asposeslidescloud.models.export_format import ExportFormat

	configuration = Configuration()
	configuration.app_sid = 'MyClientId'
	configuration.app_key = 'MyClientSecret'
	api = SlidesApi(configuration)

	with open("MyPresentation.pptx", 'rb') as f:
		document = f.read()

	response = api.convert(document, ExportFormat.PDF)
	print('My PDF was saved to ' + response)

You can check more Examples of using the SDK.

Aspose.Slides Cloud SDKs in Popular Languages

.NET Java PHP Python Ruby Node.js Android Swift Perl Go
GitHub GitHub GitHub GitHub GitHub GitHub GitHub GitHub GitHub GitHub
NuGet Maven Composer PIP GEM NPM Maven Cocoapods Meta Cpan Go.Dev

Product Page | Documentation | API Reference | Code Samples | Blog | Free Support | Free Trial

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

asposeslidescloud-21.12.0.tar.gz (173.3 kB view hashes)

Uploaded Source

Built Distribution

asposeslidescloud-21.12.0-py3-none-any.whl (440.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page