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.
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.
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.
IHyperlink::get_ExternalUrlOriginal()
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.