Skip to main content

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 PDF, Powerpoint to Word, Powerpoint to JPG, Powerpoint to PNG, PDF to Powerpoint, JPG to Powerpoint, and PNG to Powerpoint converters because they are live implementations of 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 Other: PDF, PDF/A

Save Presentation As

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

Enhancements in Version 25.10

  • Added SetEmbeddedFonts and SetEmbeddedFontsOnline methods to embed many fonts in one call.
  • Removed SetEmbeddedFontFromRequest and SetEmbeddedFontFromRequestOnline methods. The above methods can be used instead.
  • Added optional shapeIndex and shapeIndex parameters to GetSlideImages method.
  • Renamed GetVideoCaptionTracks, CreateVideoCaptionTrack, DeleteVideoCaptionTracks and DeleteVideoCaptionTracks methods into GetCaptionTracks, CreateCaptionTrack, DeleteCaptionTracks and DeleteCaptionTracks. The methods now work with video frames and audio frames.

Enhancements in Version 25.6

  • Added GetVideoCaptionTracks, CreateVideoCaptionTrack, DeleteVideoCaptionTracks, DeleteVideoCaptionTracks method.
  • Removed deprecated DeletePictureCroppedAreas method.
  • Added an optional quality parameter to DownloadImage, DownloadImageOnline, DownloadImages, DownloadImagesOnline method. It applies to jpeg fromat.
  • Added RemoveEmptyLines, SlideNumberFormat and HandleRepeatedSpaces properties to MarkdownExportOptions class.
  • Added DeletePictureCroppedAreas and Resolution parameters to PictureFill class that allow to compress and/or delete cropped aread of picture fill formats.
  • Added Emf to the list of allowed values for ExportFormat, SlideExportFormat and ShapeExportFormat enumerations. You can now export presentations, slides and shapes to EMF format.
  • Added VolumeValue, FadeInDuration, FadeOutDuration, TrimFromStart and TrimFromEnd properties to AudioFrame class.
  • Added SkipJavaScriptLinks boolean property to ExportOptions class.
  • Added DisableFontLigatures boolean property to HtmlExportOptions, Html5ExportOptions and SvgExportOptions class.
  • Added SlidesLayoutOptions property and removed NotesCommentsLayouting property from Html5ExportOptions class.
  • Added RemoveEmptyLines, SlideNumberFormat and HandleRepeatedSpaces properties to MarkdownExportOptions class.
  • Added SlidesLayoutOptions property and removed CommentsPosition, CommentsAreaColor, CommentsAreaWidth, NotesPosition and ShowCommentsByNoAuthor properties from SwfExportOptions class.
  • Added RefreshThumbnail boolean property to PptxExportOptions class.

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

Release files for asposeslidescloud 26.6.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for asposeslidescloud 26.6.0
File Size Uploaded
asposeslidescloud-26.6.0.tar.gz 259.5 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for asposeslidescloud 26.6.0
File Interpreter ABI Platform
asposeslidescloud-26.6.0-py3-none-any.whl Python 3 none any Details

Total release size: 942.7 kB

Release files / asposeslidescloud-26.6.0.tar.gz

Download URL asposeslidescloud-26.6.0.tar.gz
Size 259.5 kB
Tags Source
SHA-256 checksum
How to use checksums
4434322c8ce7bb1a803c289add13135f3e7faa3b60d414977aa6a9783b887a5c
BLAKE2b-256 checksum
How to use checksums
b0d0fa2b0fcb6f301881ff8894c4e21e29038ee4eceb5714d0763d52a93bccda
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.5

Release files / asposeslidescloud-26.6.0-py3-none-any.whl

Download URL asposeslidescloud-26.6.0-py3-none-any.whl
Size 683.2 kB
Tags Python 3
SHA-256 checksum
How to use checksums
2260aeb87f424a20a45c62f67e0d78b69805dca7bf24664a61ded182ae97bf39
BLAKE2b-256 checksum
How to use checksums
79931747d0bc72de643540d67daf461ee70fbfb442a12bcfe0e71d403b4372b7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.5

Release history Release notifications | RSS feed

This release

26.6.0 This release

2 release files

26.1.0

2 release files

25.6.0

2 release files

24.7.0

2 release files

24.6.0

2 release files

24.2.0

2 release files

24.1.0

2 release files

23.7.0

2 release files

23.4.0

2 release files

23.3.0

2 release files

22.9.0

2 release files

22.8.0

2 release files

22.4.0

2 release files

22.3.0

2 release files

21.2.0

2 release files

20.6.0

2 release files

19.9.0

2 release files

19.6.0

2 release files

19.5.0

2 release files

19.1.0

2 release files

1.0.1

1.0.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page