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 Linux

Download  Support Forum 

File Details

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

Description

It contains Aspose.Slides for Python via .NET 24.1 Linux release.

File Details

Great news for Linux developers! Aspose.Slides for Python via .NET 24.1 empowers you to work with presentations with improved accuracy within your Python apps without needing Microsoft PowerPoint.

Key Highlights

  • Automatic PDF Table Detection: You can now build apps that automatically find and import tables directly from PDF documents into your presentations using the latest release of the Python presentation API.
  • Optimized PDF to PPTX Conversion: Aspose.Slides for Python via .NET 24.1 fixes the issue where individual text boxes weren’t always extracted correctly during PDF to PPTX conversion.
  • Improved Font Rendering: Embedded fonts render correctly on Linux systems with version 24.1 of Aspose.Slides for Python via .NET, ensuring consistent presentation appearance.

Insert Tables from PDFs to PowerPoint Slides

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 presentation slides on Linux. 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