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 C++ 24.3 macOS

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 169.67MB
  • Date Added:
  • 14/3/2024

Description

It contains Aspose.Slides for C++ 24.3 macOS release.

File Details

This release of Aspose.Slides for C++ enables developers to take their presentation creation capabilities to the next level on macOS. C++ developers can experience hassle-free hyperlink integration in PDF export ensuring they remain in their intended positions and much more.

Developers can easily maintain consistency with hyperlinks in their C++ presentations! Aspose.Slides for C++ 24.3 has the issue of misplaced hyperlinks in exported PDF fixed on macOS.

Integrate The Features From the .NET 24.3 Version

This update of the PowerPoint presentations API unlocks compatibility with the latest features from Aspose.Slides for .NET 24.3, empowering your C++ development on macOS.

Additional Updates

  • Explore the new IHyperlink::get_ExternalUrlOriginal() method introduced in this release for retrieving original hyperlink URLs.

Code Example

The following C++ code example illustrates the usage of the newly added IHyperlink::get_ExternalUrlOriginal() method:

auto presentation = System::MakeObject<Presentation>(u"pres.pptx");

auto portion = (System::ExplicitCast<Aspose::Slides::AutoShape>(presentation->get_Slide(0)->get_Shape(1)))->get_TextFrame()->get_Paragraph(0)->get_Portion(0);

auto externalUrl = portion->get_PortionFormat()->get_HyperlinkClick()->get_ExternalUrl(); // fake URL

auto externalUrlOriginal = portion->get_PortionFormat()->get_HyperlinkClick()->get_ExternalUrlOriginal(); // real URL

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.3 Release Notes.

 English