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 ARM64

Download  Support Forum 

File Details

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

Description

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

File Details

Aspose.Slides for Python via .NET 24.1 lets Python developers supercharge their Python presentations on macOS ARM64/M1 by offering precise PDF imports, PowerPoint conversions, and more.

Key Highlights

  • Say Goodbye to Oversized PDFs: This Python PowerPoint API update greatly reduces the file size of the exported PDFs when converting ODP files to PDF format so there are no problems related to oversized documents.
  • Import PDF Tables on macOS: Aspose.Slides for Python via .NET 24.1 lets you build apps that automatically detect and fetch tables directly from PDFs and insert them into your presentations, all running smoothly on your M1 Mac.
  • Flawless Text Box Extraction: With this update, you can accurately extract individual text boxes during PDF to PPTX conversion within your PowerPoint processing apps.

Automatic Table Detection in PDFs

The new PdfImportOptions.detect_tables import option in version 24.1 of the Python API lets you easily find and import tables from PDFs into your presentations while working on macOS M1 devices. Refer to the following Python coding example for usage details:

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