Browse our Products

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.

 

Aspose.Slides for Python via .NET 24.5 Win x86

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 54.98MB
  • Date Added:
  • 15/5/2024

Description

It contains Aspose.Slides for Python via .NET 24.5 Windows 32-bit release.

File Details

This release of Aspose.Slides for Python via .NET 24.5 allows developers to create professional presentations programmatically within their Python PowerPoint applications running on 32-bit Windows systems.

Table and Cell Fills Transparency

The latest Python PowerPoint API release includes new transparency property for ICellFormat and ITableFormat which 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.


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*

Control Transparency of Tables

Aspose.Slides for Python via .NET 24.5 delivers the capability to apply transparency for tables, allowing for improved design flexibility on Windows x32 apps.

Improved Text Box Formatting

Developers can now set a default font size for all text boxes in all slides and centralize text formatting across multiple presentation slides.

Modern API Transition

With this Python API version, we have streamlined development with updates to the ShapeElement and ShapeUtil classes, paving the way for a more modern API experience on 32-bit Windows machines.

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.

 English