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 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, SVG Web: HTML/HTML5 Other: MPEG4, SWF (export whole presentations)

Enhancements in Version 23.4

  • Added CreateTableRow, UpdateTableRow and DeleteTableRow methods to add, update and delete table rows.
  • Added UpdateTableCell method to update table cells.
  • Added MergeTableCells and SplitTableCell methods to merge & split table cells.
  • Added methods to get, add, modify and delete paragraphs & portions within table cells: GetTableCellParagraph, GetTableCellParagraphs, GetTableCellPortion, GetTableCellPortions, CreateTableCellParagraph, CreateTableCellPortion, UpdateTableCellPortion, UpdateTableCellParagraph, DeleteTableCellParagraph, DeleteTableCellPortion.
  • New TextFrameFormat property in TableCell class allows to specify text format for table cells.

Enhancements in Version 23.3

  • Added options parameter to SplitOnline and SplitAndSaveOnline methods. Those options are the same as for other split & convert methods.
  • Added ShowHiddenSlides boolean property to ImageExportOptions class.

Enhancements in Version 23.2

  • New DownloadShapeFromDto method allows to convert charts and other shapes from DTO to SVG and other formats without creating and storing presentation files.
  • Added SoundBase64 property to Hyperlink class to support getting and setting hyperlink sounds.
  • Added BulletFillFormat property to Paragraph class.
  • Added StopPreviousSound property to animation Effect class.
  • Added a number of properties to TextFrameFormat that enable formatting shape text: MarginLeft, MarginRight, MarginTop, MarginBottom, WrapText, AnchoringType, CenterText, TextVerticalType, AutofitType, ColumnCount, ColumnSpacing, KeepTextFlat, RotationAngle, DefaultParagraphFormat.
  • Added Pdf16, Pdf17, PdfA2b, PdfA2a, PdfA2u, PdfA3a, PdfA3b to the list of allowed values for PdfExportOptions.Compliance property.

Enhancements in Version 23.1

  • New CompressEmbeddedFonts and CompressEmbeddedFontsOnline methods allow to reduce the size taken by embedded fonts by excluding unused characters.

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-23.4.0.tar.gz (232.0 kB view hashes)

Uploaded Source

Built Distribution

asposeslidescloud-23.4.0-py3-none-any.whl (624.7 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