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.
Aspose.Slides for Python via .NET 24.3 is loaded with new features and enhancements for Python developers to take PowerPoint processing apps to the next level on on macOS ARM64/M1 systems.
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:
IHyperlink.external_url_original
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.