Convert PPS to ODP in Python
Powerful PowerPoint Python library for converting PPS to ODP
Convert PPS to ODP in Python
Convert PPS files to ODP programmatically with Aspose.Slides for Python via .NET . A few lines of Python code are enough to load a PowerPoint Slide Show and save it as an OpenDocument presentation.
Aspose.Slides for Python via .NET is a presentation-processing API that converts PPS files to ODP quickly and with high fidelity. Try the conversion in the free online app . The library also supports many other output formats.
You can install the library from PyPI using the following pip command:
Console/Terminal
pip install aspose-slides
Convert PPS to ODP in Python
with slides.Presentation("presentation.pps") as presentation:
presentation.save("presentation.odp", slides.export.SaveFormat.ODP)
How to Convert PPS to ODP in Python
These are the steps to convert a PPS file to ODP using Python.
Load the PPS file into a
Presentationinstance.Call
Presentation.savewith the output file path andSaveFormat.ODP.The converted ODP file is written to the specified output path.
System Requirements
Before running the Python conversion example, make sure your environment meets these requirements.
- A supported Windows, Linux, or macOS environment; see System Requirements .
- Python 3.5 or later.
- Aspose.Slides for Python via .NET installed in your environment.
Save PPS as ODP in Python
Use the free online conversion app to see the PPS-to-ODP conversion process in action.Other Supported Conversions
You can also convert PPS to many other file formats. See other supported conversions below: