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 PHP via Java 24.5 offers finer table appearance control with the new getTransparency and setTransparency methods in the ICellFormat and ITableFormat interfaces. Effectively adjust table fill color transparency for dynamic presentations, as shown in the coding example below.
getTransparency
setTransparency
ICellFormat
ITableFormat
$presentation = new Presentation("pres.pptx"); $table = $presentation->getSlides()->get_Item(0)->getShapes()->get_Item(0); $table->getTableFormat()->setTransparency(0.5); $presentation->dispose();
Source*
As part of our commitment to a modern API, the latest PHP presentation API release marks several methods and properties in the ShapeElement and ShapeUtil classes as obsolete for removal in version 24.8.
ShapeElement
ShapeUtil
The return type of the getFrame method for IPresentationAnimationPlayer and its implementation is now IImage instead of Bitmap. This aligns with the ongoing modern API transition and allows you to supercharge your PHP apps seamlessly.
getFrame
IPresentationAnimationPlayer
IImage
Bitmap
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.5 Release Notes.