Skip to main content

Aspose.Slides for Python via .NET is a presentation file formats processing library for working with Microsoft PowerPoint files without using Microsoft PowerPoint.

Project description

Presentation Manipulation Python API

banner

Product Page | Docs | Demos | API Reference | Blog | Search | Free Support | Release Notes | Temporary License

Aspose.Slides for Python via .NET is a powerful on-premise class library used for processing and working with presentations. With this API, developers and applications get to generate, modify, convert, render, print, and manipulate presentations without relying on Microsoft PowerPoint or other third-party applications and services.

Without having to install a PowerPoint program or any 3rd party component, you can use Aspose.Slides to build different types applications. For example, Aspose, using its own APIs, developed a free web application that allows people to convert their PDF documents to PowerPoint Presentation online.

Aspose.Slides for Python requires you to use python programming language. For C++, Java and .NET languages, we recommend you get Aspose.Slides for C++, Aspose.Slides for Java and Aspose.Slides for .NET, respectively.

Slides API Features

Aspose.Slides for Python via .NET provides these popular features:

  • Loading, opening, and viewing presentations
  • Editing presentations
  • Converting presentations to PDF, Word, JPG, HTML, GIF, SVG, and many other formats
  • Rendering and printing presentations
  • Encrypting and decrypting presentations; password-protecting presentations and removing passwords
  • Manipulating presentation entities, such as master slides, shapes, charts, picture frames, audio frames, video frames, OLE, VBA macros, animations, etc.

Supported File Formats

With Aspose.Slides for Python via .NET, developers and applications can load presentations in these formats (and also save files in them):

Microsoft presentation formats OpenOffice presentation formats Other file formats
Microsoft PowerPoint 97 ODP PDF
Microsoft PowerPoint 2000 OTP TIFF
Microsoft PowerPoint XP EMF
Microsoft PowerPoint 2003 XPS
Microsoft PowerPoint 2007 JPEG
Microsoft PowerPoint 2010 PNG
Microsoft PowerPoint 2013 GIF
Microsoft PowerPoint 2016 BMP
Microsoft PowerPoint 2019 SVG
Microsoft PowerPoint for MAC SWF
Office 365 XAML
HTML

Platform Independence

Aspose.Slides for Python via .NET can be used to develop 32-bit and 64-bit applications for different operating systems (such as Windows, Linux and macOS) where Python 3.5 or later is installed.

Get Started

Ready to try Aspose.Slides for Python via .NET?

Fetch the package and install Aspose.Slides. Run this command: pip install aspose.slides

If you already have Aspose.Slides installed and want to get the latest version, you have to run pip install --upgrade aspose.slides instead.

Check out Aspose.Slides for Python for .NET documentation).

Create a Presentation (PPTX file) from scratch in Python

import aspose.slides as slides

# Instantiate a Presentation object that represents a presentation file
with slides.Presentation() as presentation:
    slide = presentation.slides[0]
    slide.shapes.add_auto_shape(slides.ShapeType.LINE, 50, 150, 300, 0)
    presentation.save("NewPresentation_out.pptx", slides.export.SaveFormat.PPTX)

Convert a Presentation to PDF

import aspose.slides as slides

# Instantiate a Presentation object that represents a PPT file
presentation = slides.Presentation("PowerPoint.ppt")

# Save the presentation as PDF
presentation.save("PPT-to-PDF.pdf", slides.export.SaveFormat.PDF)

Import PDF and Save it as a Presentation

import aspose.slides as slides

with slides.Presentation() as pres:
    pres.slides.remove_at(0)
    pres.slides.add_from_pdf("welcome-to-powerpoint.pdf")
    pres.save("OutputPresentation.pptx", slides.export.SaveFormat.PPTX)

Product Page | Docs | Demos | API Reference | Blog | Search | Free Support | Release Notes | Temporary License

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

aspose_slides-25.8.0-py3-none-win_amd64.whl (76.4 MB view details)

Uploaded Python 3Windows x86-64

aspose_slides-25.8.0-py3-none-win32.whl (66.4 MB view details)

Uploaded Python 3Windows x86

aspose_slides-25.8.0-py3-none-manylinux1_x86_64.whl (104.0 MB view details)

Uploaded Python 3

aspose_slides-25.8.0-py3-none-macosx_11_0_arm64.whl (73.8 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

aspose_slides-25.8.0-py3-none-macosx_10_14_x86_64.whl (94.6 MB view details)

Uploaded Python 3macOS 10.14+ x86-64

File details

Details for the file aspose_slides-25.8.0-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for aspose_slides-25.8.0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 8800db826c5d05f7ab2f99e15db51e0aea40d9484043a4f9857e64b7a4587732
MD5 aefbfa999793c4f5ad856d4121965b77
BLAKE2b-256 07643690b5a6b7f71546c11021d116b1c75ed57647496ace9dbfa8f008afc285

See more details on using hashes here.

File details

Details for the file aspose_slides-25.8.0-py3-none-win32.whl.

File metadata

  • Download URL: aspose_slides-25.8.0-py3-none-win32.whl
  • Upload date:
  • Size: 66.4 MB
  • Tags: Python 3, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for aspose_slides-25.8.0-py3-none-win32.whl
Algorithm Hash digest
SHA256 830eefd7aeaa02a266d93e6a64fb52ae0f8e864ace17da4d8143dac767500358
MD5 bf60c55fa076d6f5c8b1ffba12da01a6
BLAKE2b-256 81e82e400118c4cf517a68e82199266bdb437ef3408dd6caa89df372bbf7f947

See more details on using hashes here.

File details

Details for the file aspose_slides-25.8.0-py3-none-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for aspose_slides-25.8.0-py3-none-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 57b7d83fb20be2440108c61962a047e1a7c7fdc060921a3b69d619c31fea1a26
MD5 246f5ad7bd51342f2dae81fca229be37
BLAKE2b-256 21e10c975adbb3daee7c0c313780d44bc7f7038ff22b82ecc078a8e9da0d9b8a

See more details on using hashes here.

File details

Details for the file aspose_slides-25.8.0-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for aspose_slides-25.8.0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e9410b1a5cc1b209472da72b30b9dc0e80066934bfbbaac0b9c966149ca1cdc8
MD5 c0a23af5bc2e2892f6e11a11db60e606
BLAKE2b-256 9273b28161157a16d3a430972f192363d7a64a9a8dc9434419cd1faa63fb00f6

See more details on using hashes here.

File details

Details for the file aspose_slides-25.8.0-py3-none-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for aspose_slides-25.8.0-py3-none-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 6315216b2d6d6e9d3e3b47ca3c3189aabf7393622b0832357f02471fcdc053cc
MD5 ff5ffd9cf170e688f3355422c9fc41e1
BLAKE2b-256 e05e90f006a1ec8cd8a628121004f12311ef4494b9013dcc734029d43d84ced5

See more details on using hashes here.

Supported by

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