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 MacOS x86-x64

Download  Support Forum 

File Details

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

Description

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

File Details

Python developers can experience better accuracy with PDF imports and PowerPoint conversions with Aspose.Slides for Python via .NET 24.1 version, which enables them to manipulate presentations without any Microsoft PowerPoint dependencies on macOS x64.

Key Highlights

  • No More bloated PDFs: This update to the Python manipulation API shrinks the file size significantly when converting ODP files to PDF, so you don’t have to deal with oversized PDF documents anymore.
  • Detect Tables in PDF Documents: Aspose.Slides for Python via .NET 24.1 release lets you build apps that automatically pull tables straight from PDFs into your presentation slides on macOS x64.
  • Textbox Extraction Issue: We have fixed a conversion bug allowing you to convert PDF to PPTX with individual text boxes extracted accurately within your Python apps.

Automatic Detection of Tables in PDFs

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 PowerPoint presentations. 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