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 | |
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 | Temporary License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Hashes for Aspose.Slides-22.9.0-py3-none-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ac5b8db2dd8fc1dcf7c8bf5d73cde531351423fcccf1b134bf7d10aaf54cae2 |
|
MD5 | d2020d367c95f3f4933ca363be527e54 |
|
BLAKE2b-256 | 0a56a9e88aa3cea3007a921474b74edcbf6d118d325f5544ef7d0235a3d07568 |
Hashes for Aspose.Slides-22.9.0-py3-none-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb175a3e5f30071efaca2f034591b3241fd25938919d5f463accf40f0855ee0a |
|
MD5 | 8f2fd5691801f662ec235c5c94bdc508 |
|
BLAKE2b-256 | 8d3fccf2934e1b2dec6ccd0bae30a1aac070ecbd3e6b88051862ce70af50db22 |
Hashes for Aspose.Slides-22.9.0-py3-none-manylinux1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d4d6fb368356fb30dd25c2e9a00b1af9842cd6076c533be8607786fca3c61c4 |
|
MD5 | 54cff1e954c883b8f3ff13f295ee1ad7 |
|
BLAKE2b-256 | 92aa797808500d42fc6273344da80c25daa85285a46c0de906e283c077811e0b |
Hashes for Aspose.Slides-22.9.0-py3-none-macosx_10_14_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 981ba88160a3bd1f492a6916c705cfc61858cd3c12f3ad54094d6c56878a609d |
|
MD5 | a6ed0f81246b1aec5e4c12bbfc86c4f2 |
|
BLAKE2b-256 | ff5c8b7b44d638fc0006c770cd632f923b6289c80eac3fd2ca9c7e2f06ced139 |