Skip to main content

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).

MacOS and Linux Installation

On macOS/Linux, you must install libgdiplus before using this package:

  • macOS: brew install mono-libgdiplus
  • Linux: sudo apt-get install libgdiplus

For complete setup instructions, see installation guide (https://docs.aspose.com/slides/python-net/installation/)

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

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-26.8.0-py3-none-win_amd64.whl (49.1 MB view details)

Uploaded Python 3Windows x86-64

aspose_slides-26.8.0-py3-none-win32.whl (46.3 MB view details)

Uploaded Python 3Windows x86

aspose_slides-26.8.0-py3-none-manylinux1_x86_64.whl (49.2 MB view details)

Uploaded Python 3

aspose_slides-26.8.0-py3-none-macosx_11_0_arm64.whl (45.9 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

aspose_slides-26.8.0-py3-none-macosx_10_14_x86_64.whl (48.2 MB view details)

Uploaded Python 3macOS 10.14+ x86-64

File details

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

File metadata

File hashes

Hashes for aspose_slides-26.8.0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 642d068f971797dac0b809a92f8da502346134e67a3511134bb2481f5b9a48b1
MD5 c17017b3c2b52288bdc02f343660b735
BLAKE2b-256 d76ef1e196b4e77b3b4d54e1ae482139d6af6f3f494bd2a20b1818ae8df03b19

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aspose_slides-26.8.0-py3-none-win32.whl
  • Upload date:
  • Size: 46.3 MB
  • Tags: Python 3, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.12

File hashes

Hashes for aspose_slides-26.8.0-py3-none-win32.whl
Algorithm Hash digest
SHA256 9e3934a7fd8c1295853ce9e0155f1873aaca2e247e3032c2bcfbeb535d17d2d4
MD5 9e49f391766a25f10569ce011dcf067b
BLAKE2b-256 c6ade099074c7a5e46762bf900a0583042dd36727fcba81cfbbe44dc1c0cf8cb

See more details on using hashes here.

File details

Details for the file aspose_slides-26.8.0-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for aspose_slides-26.8.0-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 746baa6992789b74e5555a20ddfdf67dc12bb6db448b362faa8dd164b16a99be
MD5 065ab615cf949e53a400683bc50aa588
BLAKE2b-256 5448c51a6e6bee1577d36de0817d514a7e52d51a2283372fb52adc35d38862e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aspose_slides-26.8.0-py3-none-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 26211faf5d05471c22b137d839a2afaf1141788ebf846e73058b01b94afe73c2
MD5 8b78051710819c7d87331b1152a0493a
BLAKE2b-256 504d4790b07aeb5b5a452ff277aa8d5c7e8eb4f9607e52c991c2c777455e7cdd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aspose_slides-26.8.0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 35fcb17ae4c92e3943f2f660f1c534c4367002d0f542d509d9e9a273d7ca0234
MD5 9d5b14d55bee36a5698048d61bbea8a6
BLAKE2b-256 3a5923914528b6d607812b83f33c66d330ba7873d004f170d5ced9922f927523

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aspose_slides-26.8.0-py3-none-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 e9c117b60a053830472b0e2af80ab9ad3d7633e8ea149b23d66a2783a77feff7
MD5 f298ece04f52c91a105ff1bf2c8028c4
BLAKE2b-256 ed3dd4025058cb08047872a02688b4a907f8c2a4f9886266e17d8d1caaeeafc5

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

26.8.0 This release

6 files

26.7.0

5 files

26.6.0

5 files

26.5.0

5 files

26.4.0

5 files

26.3.0

5 files

26.2.0

5 files

26.1.0

5 files

25.12.0

5 files

25.11.0

5 files

25.10.0

5 files

25.9.0

5 files

25.8.1

5 files

25.8.0

5 files

25.7.0

5 files

25.6.0

5 files

25.5.0

5 files

25.4.0

5 files

25.3.0

5 files

25.2.0

5 files

25.1.0

5 files

24.12.0

5 files

24.11.0

5 files

24.10.0

5 files

24.9.0

5 files

24.8.0

5 files

24.7.0

5 files

24.6.0

5 files

24.5.0

5 files

24.4.0

5 files

24.3.0

5 files

24.2.0

5 files

24.1.0

5 files

23.12.0

5 files

23.11.0

4 files

23.10.0

4 files

23.9.0

4 files

23.8.0

4 files

23.7.0

4 files

23.6.0

4 files

23.5.0

4 files

23.4.0

4 files

23.3.0

4 files

23.2.0

4 files

23.1.0

4 files

22.12.0

4 files

22.11.0

4 files

22.10.0

4 files

22.9.0

4 files

22.8.0

4 files

22.7.0

3 files

22.6.0

3 files

22.4.0

3 files

22.1

3 files

21.11

3 files

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