Browse our Products Toggle navigation
If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
We are pleased to announce the Linux release of Aspose.Slides for Python via .NET 24.5. This version lets developers create professional presentations within their Python PowerPoint apps running on Linux systems.
The newly added transparency property for ICellFormat and ITableFormat in the latest Python PowerPoint API release provides better control over presentation aesthetics. Please check out the following code example which highlights the usage of the transparency property for controlling the fill color transparency on Win x32.
transparency
ICellFormat
ITableFormat
import aspose.slides as slides with slides.Presentation("pres.pptx") as presentation: table = presentation.slides[0].shapes[0] table.table_format.transparency = 0.5
Source*
Aspose.Slides for Python via .NET 24.5 provides the functionality to apply transparency for tables, allowing for improved design flexibility on Linux-based apps.
Using the latest Python API version, apply a default font size for all text boxes in all slides and centralize text formatting across multiple presentation slides.
We have simplified development in this release of Aspose.Slides for Python via .NET with updates to the ShapeElement and ShapeUtil classes, paving the way for a more modern API experience on Linux machines.
ShapeElement
ShapeUtil
You can view the list of all new features, enhancements, and bug fixes introduced in this release by visiting Aspose.Slides for Python via .NET 24.5 Release Notes.