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

Uploaded Python 3Windows x86-64

aspose_slides-25.4.0-py3-none-win32.whl (63.2 MB view details)

Uploaded Python 3Windows x86

aspose_slides-25.4.0-py3-none-manylinux1_x86_64.whl (103.0 MB view details)

Uploaded Python 3

aspose_slides-25.4.0-py3-none-macosx_11_0_arm64.whl (69.1 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

aspose_slides-25.4.0-py3-none-macosx_10_14_x86_64.whl (87.5 MB view details)

Uploaded Python 3macOS 10.14+ x86-64

File details

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

File metadata

File hashes

Hashes for aspose_slides-25.4.0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 a58211d9a9317d0b0b227eedf0943fdbfb60c223d96831e26616ce9442f32c94
MD5 b14d8af79cdb2bce99f45519b65a4cb6
BLAKE2b-256 255daa071e0002c8646ee2bcdbc92b5a4a82a2d0f7dc78c26df9e561c3682b00

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for aspose_slides-25.4.0-py3-none-win32.whl
Algorithm Hash digest
SHA256 65d32babe8ebf32a00ad6040f54c9c7259d7ce79603bc62de738fe4fd541a60e
MD5 7a7ff3859a2a7dc9e728a46e8ae6daec
BLAKE2b-256 1ecadee6aed86d1d026225dde6fa7e2b2687bb6aab62fb95de95b7abecb43157

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aspose_slides-25.4.0-py3-none-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e37134e968c1dc95b31ba26c2fd2c6b063b1ac2a40febeaf31eb48fb7fe0429d
MD5 ef40609c1665fc595b367d8ca2680a4a
BLAKE2b-256 fdb96d8d4b37f491e3566132c02f24286bd57fd843aabbee79b5990d3d5021ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aspose_slides-25.4.0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fdeadd971b3393bdccebad692938350b2d18d3248c60e4a47c7b48e3e30a26b1
MD5 0326e97c732920d2c0d54b57c3bdf73f
BLAKE2b-256 e2bb712d17872f0cdb22a6e31433f0c7cb5e9edd5d5746d81b1d86e65b2b7ae7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aspose_slides-25.4.0-py3-none-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 2a5a87082067b658ecfd94970a32a1803b29cc40af077af1d0877dc6c0693bfd
MD5 ae48f32c003192754cb6b7e3dd614a25
BLAKE2b-256 d43fcbfb46408ec73a71bb789810589f22f39c141394d7b1da2cdb5086ce2b93

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