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

Uploaded Python 3Windows x86-64

Aspose.Slides-24.1.0-py3-none-win32.whl (57.5 MB view details)

Uploaded Python 3Windows x86

Aspose.Slides-24.1.0-py3-none-manylinux1_x86_64.whl (88.7 MB view details)

Uploaded Python 3

Aspose.Slides-24.1.0-py3-none-macosx_11_0_arm64.whl (55.4 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

Aspose.Slides-24.1.0-py3-none-macosx_10_14_x86_64.whl (76.9 MB view details)

Uploaded Python 3macOS 10.14+ x86-64

File details

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

File metadata

File hashes

Hashes for Aspose.Slides-24.1.0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 8a8604f6312b590a7e998e8157e979366751506e4bec2a0d5a4311f409b3624c
MD5 93b9f066b19ed19d7dbc133a38b00d3c
BLAKE2b-256 eb8e16be5e37a57a949a3b7679cb749c0f2038411ba2b18bc9776595d8e959d9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Aspose.Slides-24.1.0-py3-none-win32.whl
  • Upload date:
  • Size: 57.5 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-24.1.0-py3-none-win32.whl
Algorithm Hash digest
SHA256 e63c725ccbe6e88c3bae2276e447716a5fd3d2e564eb755b334fa963e29213c8
MD5 7041bb0f8048ff75a741bd6bc8a54dd4
BLAKE2b-256 f260dc23d707280aa6815492c1f7fa2603c6b8d64c8d0b0e4f4df3d911966bc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Aspose.Slides-24.1.0-py3-none-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9768e4ed2e0b4476bdb789c707513f58a76bf4efb5b09251131e58f7e30ffd5a
MD5 25e4378770f2a0287300745ba6b491c5
BLAKE2b-256 44e4ec42571eaf64d393ceb74dfdfddffe998038480f2a0ab2917c3648d5de34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Aspose.Slides-24.1.0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 de955ebec6883174e7eb00f75773fc61ad6c6fa7a8ce21929d06ae9a08f8f7e8
MD5 e4bf3b9d898a17b465a3c9cdea35bb05
BLAKE2b-256 6e42d37a78286551363f09a424ab093ba77c65280399181ec1379229c85e9d7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Aspose.Slides-24.1.0-py3-none-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 c27301d3ddf6b25de57f46f2ad8c4d145d497e46b1410ca4c986301d7d8efb65
MD5 1ad664f2f32637d120159a4ccf87c832
BLAKE2b-256 7dffd66e1a499bbcd71f7ae866271fbb048ec6d29d4d30470cf2c30300826ab2

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