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.3 MacOS x86-x64

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 73.38MB
  • Date Added:
  • 25/3/2024

Description

It contains Aspose.Slides for Python via .NET 24.3 macOS x64 release.

File Details

Aspose.Slides for Python via .NET 24.3 release includes important enhancements and new features that enable Python developers to boost PowerPoint presentations on macOS x64-based systems effortlessly.

Key Highlights

  • Compatibility Boost: Unleash the power of the .NET 24.3 version features within your Python projects using this release of the Python presentations manipulation API.
  • Improved Hyperlinks Positioning in PDF: With Aspose.Slides for Python via .NET 24.3 version, developers can export PDFs using the upgraded conversion functionality, which enables fixing hyperlinks in their correct positions inside the exported PDF documents on macOS x64.
  • Ventura 13 Support Exploration: We are investigating potential compatibility with the upcoming macOS Ventura 13 to expand API compatibility and provide more options for Python developers to build PowerPoint document processing apps.

This Python code sample demonstrates the usage of the newly introduced IHyperlink.external_url_original property that helps retrain the original hyperlink text in PowerPoint presentations:

import aspose.slides as slides

with slides.Presentation("pres.pptx") as presentation:
    portion = presentation.slides[0].shapes[1].text_frame.paragraphs[0].portions[0]

    external_url = portion.portion_format.hyperlink_click.external_url  # fake
    external_url_original = portion.portion_format.hyperlink_click.external_url_original  # real

Source*

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.3 Release Notes.

 English