Introducing slidize Plugins for Python

We're pleased to share that slidize Plugins are now available for Python developers. This release makes it easier to integrate presentation processing capabilities—such as format conversion, text extraction, and merging—into your Python applications. Introducing Slidize Plugins for Python Slidize Plugins is a lightweight Python library designed to manage and convert presentations across various formats. Whether you're dealing with PowerPoint, OpenDocument, or image formats, Slidize Plugins offers a comprehensive solution for your presentation processing needs. Key Features Multi-Format Conversion: Convert presentations to formats like PDF, PNG, JPEG, TIFF, SVG, and HTML. Presentation Merging: Combine multiple presentations into a single file effortlessly. Advanced Image Processing: Control pixel format, resolution, and compression settings. Customizable Exports: Tailor handout layouts, notes, and comments during export. Broad Format Support: Handle both PowerPoint 97-2003 and Open XML formats, as well as OpenDocument formats. Installation You can install Slidize Plugins via pip: pip install slidize-plugins Getting Started Here's a simple example of converting a PowerPoint presentation to PDF: from slidize import PresentationToPdfConverter, PdfConverterOptions, PdfComplianceLevel options = PdfConverterOptions( compliance_level=PdfComplianceLevel.PdfA1b, embed_full_fonts=True ) PresentationToPdfConverter.process("presentation.pptx", "output.pdf", options) For more examples and detailed documentation, visit the official documentation. Licensing Slidize Plugins offers a flexible licensing system: Developer License: \$99 for a perpetual license, including one year of support. Site License: \$297 for up to 10 developers and locations. SDK License: \$495 for broader distribution needs. A 30-day free trial is also available. For more details, check out the pricing page. Learn More PyPI Package: slidize-plugins Documentation: docs.slidize.com Support: Free Support Forum Integrate slidize Plugins into your Python projects today and elevate your presentation processing capabilities!

May 18, 2025 - 13:10
 0
Introducing slidize Plugins for Python

We're pleased to share that slidize Plugins are now available for Python developers. This release makes it easier to integrate presentation processing capabilities—such as format conversion, text extraction, and merging—into your Python applications.

Introducing Slidize Plugins for Python

Slidize Plugins is a lightweight Python library designed to manage and convert presentations across various formats. Whether you're dealing with PowerPoint, OpenDocument, or image formats, Slidize Plugins offers a comprehensive solution for your presentation processing needs.

Key Features

  • Multi-Format Conversion: Convert presentations to formats like PDF, PNG, JPEG, TIFF, SVG, and HTML.
  • Presentation Merging: Combine multiple presentations into a single file effortlessly.
  • Advanced Image Processing: Control pixel format, resolution, and compression settings.
  • Customizable Exports: Tailor handout layouts, notes, and comments during export.
  • Broad Format Support: Handle both PowerPoint 97-2003 and Open XML formats, as well as OpenDocument formats.

Installation

You can install Slidize Plugins via pip:

pip install slidize-plugins

Getting Started

Here's a simple example of converting a PowerPoint presentation to PDF:

from slidize import PresentationToPdfConverter, PdfConverterOptions, PdfComplianceLevel

options = PdfConverterOptions(
    compliance_level=PdfComplianceLevel.PdfA1b,
    embed_full_fonts=True
)

PresentationToPdfConverter.process("presentation.pptx", "output.pdf", options)

For more examples and detailed documentation, visit the official documentation.

Licensing

Slidize Plugins offers a flexible licensing system:

  • Developer License: \$99 for a perpetual license, including one year of support.
  • Site License: \$297 for up to 10 developers and locations.
  • SDK License: \$495 for broader distribution needs.

A 30-day free trial is also available. For more details, check out the pricing page.

Learn More

Integrate slidize Plugins into your Python projects today and elevate your presentation processing capabilities!