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 .NET 24.3(DLLs only)

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 177.95MB
  • Date Added:
  • 15/3/2024

Description

It contains Aspose.Slides for .NET 24.3 (DLLs-only) release.

File Details

The Aspose.Slides for .NET 24.3 (DLLs-only) release empowers developers with a spectrum of enhancements designed to streamline MS PowerPoint presentation processing workflows within their development environments.

Key Highlights

  • Convert PDF/A withFIPS compliance: Developers can now generate presentations adhering to FIPS 140-2 security standards for use in government and highly regulated environments (PPTX to PDF/A).
  • SVG rendering improvements: You can witness significant improvements in the accuracy of shapes and text elements when exporting presentations to SVG format.
  • Manage hyperlinks: Leverage the new IHyperlink.ExternalUrlOriginal property to effortlessly access the original URL associated with a hyperlink.
  • Bug fixes: Various issues including text inversion in PDFs, font substitution errors, and shape cropping inconsistencies during SVG export have been addressed in this Aspose.Slides for .NET release.

Other Updates

  • Improved font size and color preservation during PPTX to PDF conversion.
  • Resolved issues with hyperlink positioning during PDF export.

The following C# coding sample illustrates how to use IHyperlink.ExternalUrlOriginal property, which helps retain the hyperlink text in PowerPoint presentations:

using (var presentation = new Presentation("pres.pptx"))
{
    var portion = ((AutoShape)presentation.Slides[0].Shapes[1]).TextFrame.Paragraphs[0].Portions[0];
    
    var externalUrll = portion.PortionFormat.AsIHyperlinkContainer.HyperlinkClick.ExternalUrl; // fake
    var externalUrlOriginal = portion.PortionFormat.AsIHyperlinkContainer.HyperlinkClick.ExternalUrlOriginal; // real
}

Source*

You can view the list of all new features, enhancements, and bug fixes introduced in this release by visiting Aspose.Slides for .NET 24.3 Release Notes.

 English