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.
You can elevate your C++ presentation development workflows with Aspose.Slides for C++ 24.3 on Windows. This update enables you to export hyperlinks accurately in PDFs, ensures compatibility with the newest features in the .NET 24.3 version, and more.
We have resolved the issue causing hyperlinks to shift right in exported PDFs. Now, your presentations maintain consistent and reliable links while using the C++ PowerPoint apps API.
You can expand your development capabilities with Aspose.Slides for C++ 24.3, which grants access to the latest enhancements introduced in Aspose.Slides for .NET 24.3.
IHyperlink::get_ExternalUrlOriginal()
This C++ code example demonstrates the usage of the newly introduced 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.