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.
Supercharge presentations on macOS using Aspose.Slides for C++ 24.5 with the ability to set table transparency for a more customized look of your PowerPoint presentations.
With this C++ API version, you can experience improved rendering results when exporting WMF to PNG and ensuring visually appealing presentations.
macOS developers can now benefit from improved presentation API usability and compatibility with the latest Aspose.Slides for .NET version.
This release’s new shape transparency methods give you greater control over presentation visuals. Develop high-performance presentation processing applications targeting the Linux platform that can get or set fill color transparency.
The following code example illustrates how to set the transparency of the fill color.
System::SharedPtr<Presentation> presentation = System::MakeObject<Presentation>(u"pres.pptx"); System::SharedPtr<ITable> table = System::ExplicitCast<Aspose::Slides::ITable>(presentation->get_Slide(0)->get_Shape(0)); table->get_TableFormat()->set_Transparency(0.5f);
Source*
You can view the list of all new features, enhancements, and bug fixes introduced in this release by visiting Aspose.Slides for C++ 24.5 Release Notes.