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

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

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

Uploaded Python 3Windows x86-64

aspose_slides-25.12.0-py3-none-win32.whl (64.5 MB view details)

Uploaded Python 3Windows x86

aspose_slides-25.12.0-py3-none-manylinux1_x86_64.whl (104.7 MB view details)

Uploaded Python 3

aspose_slides-25.12.0-py3-none-macosx_11_0_arm64.whl (69.8 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

aspose_slides-25.12.0-py3-none-macosx_10_14_x86_64.whl (89.1 MB view details)

Uploaded Python 3macOS 10.14+ x86-64

File details

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

File metadata

File hashes

Hashes for aspose_slides-25.12.0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 333b0a041c4abfe245290c0126df05cafc0b6483fdd6b4c8012425db8d268038
MD5 553aa07ec8db419a674b9d3a47fb07a8
BLAKE2b-256 cb4910295a2c5c67980dacc30dab1a2cef1189cd0dee0240deefd8f10189fd5a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aspose_slides-25.12.0-py3-none-win32.whl
  • Upload date:
  • Size: 64.5 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.12.0-py3-none-win32.whl
Algorithm Hash digest
SHA256 6e48786d759c1017a6eecf49fc1871640000514d7f0f84a43a4b21a69fa7515f
MD5 6625436c438036c5e121696b4ba36eb7
BLAKE2b-256 9765e07738c256f312b4ce00c79a3852ca2f772ddfb71d13b58d1cef0b025814

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aspose_slides-25.12.0-py3-none-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 12190e6debb282381e85f266b54a4cd2f60f2feb437f5ae6c2f42c80a0c1992a
MD5 acca04b10448a7faa56200f06c71fde6
BLAKE2b-256 59d41c150cead38d26386fb0a7608f6e749b7b0e0aaeb30824f732b8c88ce08f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aspose_slides-25.12.0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 489fedb7c1bfc4dad66b4cb1eda97076fb95c04e6e2e8e6bb62a4cd857e50814
MD5 c04eb70f19da7d915f21fd345d0553d4
BLAKE2b-256 0f275768271487cd0a2dbafee377126250e4136b15921f119c2e03c6dc033636

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aspose_slides-25.12.0-py3-none-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 bd56639b2de124b2e49af8d5072fe025cce3b9abf26087c555db5679f962d2d0
MD5 a8fa1790d968a52f144bc00f79e37203
BLAKE2b-256 43c6bfdb79408627a075bdd4f66b591a4cce3ce2fcd380584f4382631d105a3d

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