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.
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.
IHyperlink.ExternalUrlOriginal
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.