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

Product Page | Docs | Demos | API Reference | Blog | Search | Free Support | 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.

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 and Linux) 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 | 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-22.7.0-py3-none-win_amd64.whl (56.8 MB view details)

Uploaded Python 3Windows x86-64

Aspose.Slides-22.7.0-py3-none-win32.whl (51.2 MB view details)

Uploaded Python 3Windows x86

Aspose.Slides-22.7.0-py3-none-manylinux1_x86_64.whl (71.3 MB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for Aspose.Slides-22.7.0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 461334ad8cab99d61a394d7fba92a3e695492c8f1e5f0fa876e1c6766ddb4f98
MD5 aad1f97054db002e625e19325ed1478f
BLAKE2b-256 99a2fb2940d406e4b69a1b2a77eb26bfab27f0c534272deb42dcb0b99866853b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Aspose.Slides-22.7.0-py3-none-win32.whl
  • Upload date:
  • Size: 51.2 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-22.7.0-py3-none-win32.whl
Algorithm Hash digest
SHA256 1d5a843ba7f4ca6850c7ed457da4801bb5c8b36e206391cee2eceb8fd8180737
MD5 fe7c327b21035d9324d2f0dc8dc0160c
BLAKE2b-256 b6dcdcf53b76ec3f8960971211e3da4c80ae77aef0fba1b707fed9f169414f4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Aspose.Slides-22.7.0-py3-none-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1a8e3a8c51e02e7f771d0e9110a6a67e3f018499bb45b9ae705077ff37e7a6e3
MD5 ba77402667560e2f04b6543c892e96cc
BLAKE2b-256 a34347f4b4698d19852cdf3b236cb132fae57da09468b657d95318051d7b5f74

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