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

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 212.97MB
  • Date Added:
  • 19/1/2024

Description

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

File Details

Optimize your presentation processing workflows with Aspose.Slides for .NET 24.1 (DLLs-only) package. This release brings a host of enhancements geared towards facilitating seamless and efficient processing of presentations including conversion features such as PPTX to PDF.

Key Highlights

  • Streamlined PDF Conversion: Witness a notable reduction in file size when converting ODP presentations to PDF within your C# PowerPoint processing apps.
  • Refined Image Rendering: With this release, you can experience precise and consistent rendering of images throughout the presentation to image conversion process.
  • Comprehensive Bug Resolutions: Enjoy a smoother presentation development journey with Aspose.Slides for .NET 24.1, thanks to the resolution of various issues.

Additional Enhancements

  • We have introduced the PdfImportOptions.DetectTables property in this version, which allows automatic table detection during PDF import.
  • Discover numerous improvements related to chart data labels, chart data retrieval, addressing missing charts during conversions, and more.

Automatic Table Detection During PDF Import

Developers can leverage the newly introduced PdfImportOptions.DetectTables property to automatically identify tables within a PDF document. Below is a C# code snippet demonstrating its usage:

using (Presentation pres = new Presentation())
{
    using (Stream stream = new FileStream("document.pdf", FileMode.Open, FileAccess.Read, FileShare.Read))
    {
        pres.Slides.AddFromPdf(stream, new PdfImportOptions { DetectTables = true });
    }

    pres.Save("fromPdfDocument.pptx", SaveFormat.Pptx);
}

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.1 Release Notes.

 English