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 Java 24.3

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 26.79MB
  • Date Added:
  • 26/3/2024

Description

It contains Aspose.Slides for Python via Java 24.3 release.

File Details

The new IHyperlink.ExternalUrlOriginal property introduced in Aspose.Slides for Python via Java 24.3 allows developers to access the original URL associated with a hyperlink even if it differs from the displayed text. This feature empowers Python developers to create presentations with more control over hyperlink behavior.

Please check out this code example to learn about the property usage.

from asposeslides.api import Presentation

presentation = Presentation("pres.pptx")
portion = presentation.getSlides().get_Item(0).getShapes().get_Item(1).getTextFrame().getParagraphs().get_Item(0).getPortions().get_Item(0)

externalUrl = portion.getPortionFormat().getHyperlinkClick().getExternalUrl() # fake
externalUrlOriginal = portion.getPortionFormat().getHyperlinkClick().getExternalUrlOriginal() # real

print(externalUrl)
print(externalUrlOriginal)

Source*

Java API Compatibility

Developers can experience better API compatibility by utilizing the feature set of the Java API 24.3 version while building presentation processing apps using the Python API 24.3 release.

You can view the list of all new features, enhancements, and bug fixes introduced in this release by visiting Aspose.Slides for Python via Java 24.3 Release Notes.

 English