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

Download  Support Forum 

File Details

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

Description

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

File Details

C# developers, augment your presentation creation with Aspose.Slides for .NET 24.1! This release empowers you with a series of improvements including PPTX to PDF conversion for seamless and efficient presentation processing.

Key Highlights

  • Enhanced PDF Conversion: You can experience a significant reduction in file size when converting ODP presentations to PDF within your C# apps.
  • Improved Image Rendering: This update ensures accurate and consistent image rendering during the Presentation to image conversion process.
  • Comprehensive Bug Fixes: Benefit from a range of resolved issues for a smoother presentation development experience with Aspose.Slides for .NET 24.1.

Additional Updates

  • The new PdfImportOptions.DetectTables property enables automatic table detection during PDF import.
  • Explore various improvements to chart data labels, chart data retrieval, missing charts during conversions, and more.

Detect Tables During PDF Import

You can use the newly introduced PdfImportOptions.DetectTables option to detect the tables present in a PDF document. The following C# code sample demonstrates how to do this:

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