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 Linux

Download  Support Forum 

File Details

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

Description

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

File Details

C++ developers can use Aspose.Slides for C++ 24.3 to integrate seamless hyperlink export in PDFs and compatibility with the latest features in Aspose.Slides for .NET 24.3 on Linux.

You can say goodbye to misplaced hyperlinks in PDF documents exported from PowerPoint presentations. Aspose.Slides for C++ 24.3 ensures accurate hyperlink positioning within the output PDFs on Linux.

Unlock .NET 24.3 Features

This update provides access to C++ developers to the newest enhancements introduced in the C++ presentations API, enhancing their development potential on Linux.

Additional Updates

  • Easily retrieve the original hyperlink URL using the new public API addition in the form of the IHyperlink::get_ExternalUrlOriginal() method.

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