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 x86

Download  Support Forum 

File Details

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

Description

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

File Details

Aspose.Slides for Python via .NET 24.1 equips Python developers to process and convert presentations more precisely within their PowerPoint applications targeting Windows 32-bit systems.

Key Highlights

  • Improved PowerPoint to PDF Conversion: Using this update of the Python presentation API, you can significantly reduce the file size after converting ODP files to PDF.
  • Table Detection in PDFs: Aspose.Slides for Python via .NET 24.1 enables Python developers to seamlessly detect and import tables from PDF documents on Windows x32.
  • Precise Text Box Import from PDF: You can utilize the enhanced PDF conversion features in version 24.1 of the Python API, as we have resolved the problems related to individual text boxes not getting extracted properly during PDF to PPTX conversions.

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