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

Download  Support Forum 

File Details

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

Description

It contains Aspose.Slides for .NET 24.3 release (MSI).

File Details

Aspose.Slides for .NET 24.3 (MSI installer) empower developers with an advanced set of enhancements to optimize the presentation processing workflows. This update introduces support for FIPS-compliant PDF/A generation in PPTX conversions, addresses numerous bugs, and contains other updates for a more efficient development experience.

Key Highlights

  • Flawless FIPS-compliant PDF/A conversion: This release introduces adherence to FIPS 140-2 security standards for use in government and highly regulated environments (PPTX to PDF/A).
  • Enhanced SVG rendering: Developers can witness significant improvements in the accuracy of shapes and text elements when exporting presentations to SVG format within their C# presentation processing apps.
  • Streamlined hyperlink management: A new property IHyperlink.ExternalUrlOriginal is introduced in this update, allowing users to access the original URL associated with a hyperlink, independent of any display text formatting applied within the PowerPoint presentation.
  • Numerous bug fixes: We have addressed various issues reported by our valued users, including text inversion in PDFs, font substitution errors, and shape cropping inconsistencies during SVG export.

Other Updates

  • Resolved issues with hyperlink positioning during PDF export.
  • Enhanced handling of embedded Excel sheet names within exported PDFs.
  • Improved font size and color preservation during PPTX to PDF conversion.

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