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 Win x64

Download  Support Forum 

File Details

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

Description

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

File Details

This update of Aspose.Slides for Python via .NET brings exciting enhancements and valuable improvements to streamline your presentation processing workflows in Python on Windows 64-bit architecture.

Key Highlights

  • Accurate PDF Exports: With this release of the presentation manipulation Python API, you can ensure hyperlinks in exported PDFs remain in their correct positions.
  • Leverage .NET 24.3 Features: Developers can take advantage of the latest functionalities available in Aspose.Slides for .NET 24.3 with improved compatibility offered in Aspose.Slides for Python via .NET 24.3 version.
  • Updated Charts Functionality: We have resolved an issue in this update where the date axis in charts might not function correctly.

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 on Windows x64:

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