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

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

Uploaded Python 3Windows x86-64

Aspose.Slides-25.1.0-py3-none-win32.whl (63.0 MB view details)

Uploaded Python 3Windows x86

Aspose.Slides-25.1.0-py3-none-manylinux1_x86_64.whl (102.6 MB view details)

Uploaded Python 3

Aspose.Slides-25.1.0-py3-none-macosx_11_0_arm64.whl (69.0 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

Aspose.Slides-25.1.0-py3-none-macosx_10_14_x86_64.whl (87.3 MB view details)

Uploaded Python 3macOS 10.14+ x86-64

File details

Details for the file Aspose.Slides-25.1.0-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for Aspose.Slides-25.1.0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 2725aba41946fd7ff5a67e0f811f88b951b3ad35cfef5e23e268f10c8ff59d22
MD5 7c60e30416d3e2ef43b6c2f8e7531e4d
BLAKE2b-256 8e269b7a01ee253ff443e5e1b7d6fb8f64bb7c4da96c03ca295c4b72e65680be

See more details on using hashes here.

File details

Details for the file Aspose.Slides-25.1.0-py3-none-win32.whl.

File metadata

  • Download URL: Aspose.Slides-25.1.0-py3-none-win32.whl
  • Upload date:
  • Size: 63.0 MB
  • Tags: Python 3, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.8.10

File hashes

Hashes for Aspose.Slides-25.1.0-py3-none-win32.whl
Algorithm Hash digest
SHA256 f87dc02504d1bb85bf6e8ba2251f78d27c6a25fdd4618df271d82de2cc349377
MD5 7aeb1412b5e59d542fcf7422f92533e5
BLAKE2b-256 a81cd7083ed8992fde6fca9ab59f696c792bc7251efcd35717d6e339cfbd1de8

See more details on using hashes here.

File details

Details for the file Aspose.Slides-25.1.0-py3-none-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for Aspose.Slides-25.1.0-py3-none-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 338f0951327e17d66578f2d7eac487e72f80876fe7a4aceff7f305128b85bea6
MD5 f02d57c3dc0d0604e18e96560835b080
BLAKE2b-256 0980727bdbefc08038c1f4a12f34b3af020cc4849af41a064a6820bac7069a09

See more details on using hashes here.

File details

Details for the file Aspose.Slides-25.1.0-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for Aspose.Slides-25.1.0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1d1b8faef28da9b945e5d8ac3589ce92bc482c26e237c09a196ab6ede93828f9
MD5 a369734c80d4215a5db63501b2063262
BLAKE2b-256 8fd3311678a57a54e5b8b862551721142f2745a000a3879e4e35840fe4920b53

See more details on using hashes here.

File details

Details for the file Aspose.Slides-25.1.0-py3-none-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for Aspose.Slides-25.1.0-py3-none-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 008653c96eda3eb744500bf08580cc2719c9b2b012d9ee09a304782d5ac07c6b
MD5 61511183d4b2aece38571fcd910dd457
BLAKE2b-256 69c839ae5a94654020ab3f75cd0333e9d6e65c208cddec595316731b7704d88e

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 Sentry Error logging StatusPage Status page