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 Windows

Download  Support Forum 

File Details

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

Description

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

File Details

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.

Leverage .NET 24.3 Features

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.

Additional Updates

  • IHyperlink::get_ExternalUrlOriginal() method added to this release allows you to retrieve the original hyperlink URL.

Code Example

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.

 English