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 Python via .NET 24.1 Win x64

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 62.14MB
  • Date Added:
  • 31/1/2024

Description

It contains Aspose.Slides for Python via .NET 24.1 Windows x64 release.

File Details

Aspose.Slides for Python via .NET 24.1 empowers developers to create, edit, and convert presentations more precisely in Python applications targeting Windows 64-bit systems.

Key Highlights

  • Enhanced PowerPoint to PDF Conversion: With the latest update to the Python presentation API, you can experience a significant reduction in file size after converting ODP files to PDF.
  • Accurate Text Box Import from PDF: Aspose.Slides for Python via .NET 24.1 brings optimized PDF conversion functionality as the issue with individual text boxes not precisely extracted is fixed.
  • PDF Table Detection: Developers can now automatically detect and import tables from PDF documents within their presentation processing apps on Windows x64.

Add Tables from PDFs to Presentations

The newly added PdfImportOptions.detect_tables import option in version 24.1 of the Python API ensures that you can detect and import tables within the imported PDF document to your presentation slides. Please refer to the following Python coding example to learn more about its usage:

import aspose.slides as slides
import aspose.pyio as io

with slides.Presentation() as pres, open("document.pdf", "rb") as stream:
    pdf_import_options = slides.importing.PdfImportOptions()
    pdf_import_options.detect_tables = True
    pres.slides.add_from_pdf(stream, pdf_import_options)
    pres.save("fromPdfDocument.pptx", slides.export.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 Python via .NET 24.1 Release Notes.

 English