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

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 26.87MB
  • Date Added:
  • 22/3/2024

Description

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

File Details

The new IHyperlink.ExternalUrlOriginal property introduced in Aspose.Slides for PHP via Java 24.3 provides developers with the ability to retrieve the original URL assigned to a hyperlink. Please check out the following PHP sample code to learn more about the property usage:

$presentation = new 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

echo $externalUrl . "\n";
echo $externalUrlOriginal . "\n";

Source*

Bug Fixes and Enhancements

This release of the PHP PowerPoint API incorporates different bug fixes to improve overall stability and performance for developers.

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

 English