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

Aspose.Slides-24.7.0-py3-none-win_amd64.whl (68.8 MB view details)

Uploaded Python 3 Windows x86-64

Aspose.Slides-24.7.0-py3-none-win32.whl (60.4 MB view details)

Uploaded Python 3 Windows x86

Aspose.Slides-24.7.0-py3-none-macosx_11_0_arm64.whl (60.0 MB view details)

Uploaded Python 3 macOS 11.0+ ARM64

Aspose.Slides-24.7.0-py3-none-macosx_10_14_x86_64.whl (82.2 MB view details)

Uploaded Python 3 macOS 10.14+ x86-64

File details

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

File metadata

File hashes

Hashes for Aspose.Slides-24.7.0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 db9246fcdfcf54a1501608bd599a4b531afe753a8c23b19f53f0f48f0550712a
MD5 df71dffb87d699233b3f8be02b90f6a9
BLAKE2b-256 d804c5af29852f2475c7433092c5c7701e029e1191661e8127ec72588fd720d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Aspose.Slides-24.7.0-py3-none-win32.whl
Algorithm Hash digest
SHA256 4a6f727b9edac3caa8c7cbc0f32614e08cebb5852bbbe4599a3ff21c3c5bce3c
MD5 91140918d50fa3463aa138e645f9c8f7
BLAKE2b-256 c5c17b3def5532de32e12c54f75d4aa7707671e0b923388e89c23d2d1a91b35a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Aspose.Slides-24.7.0-py3-none-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5793cd178a7460a0ebcc10acd77600d8ce420f844a50cb640743aa2a7878089e
MD5 a2a5efe2eae23c2d675998e3aa17fa4a
BLAKE2b-256 1a8c48e760f52f46dad428fef6b7929b3ed4cfad89c2ec1b314ce7ad064d7314

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Aspose.Slides-24.7.0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d8025282e687a1eae80be8e92250aa91f5e0725a568627597eca1477a0a4256d
MD5 9df474d7012d6746984629e78289edf0
BLAKE2b-256 97b16e012da70b68c3eae23daeeec3fe4c7e11fa62af84a3ece37a660c1a488c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Aspose.Slides-24.7.0-py3-none-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 ad1386d88539fd5ba1639ea420387d88a0ef79bea265d79d453452764cf63530
MD5 92311e22f6168f26ce25f56018556f3c
BLAKE2b-256 ea8faed51648b153c854841e882b93ab01b671a6fc4e01860450bfe21e957aa7

See more details on using hashes here.

Supported by

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