...
Blog Post

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.

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:

                      using Slidize;

  var options = new PdfConverterOptions
  {
      ComplianceLevel = PdfComplianceLevel.PdfA1b,
      EmbedFullFonts = 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!


Recent Blog Posts

Stay inspired and informed with our newest blog articles.

...

Introducing Slidize Plugins for Python

We're pleased to share that Slidize Plugins are now available for Python developers!

May 22, 2025

...

What is Slidize Plugins?

What Is Slidize API and Why Do You Need It? Get to know the product in our latest blog post!

April 6, 2025

Back to Blog