Spire.Presentation for Python 11.8.1 supports saving PPTX to video

2026-08-26 01:25:27

We're glad to announce the release of Spire.Presentation for Python 11.8.1. This version supports saving PPTX to video and also fixes two issues that occurred when converting and loading PowerPoint files. Check below for the details.

Here is a list of changes made in this release

Category ID Description
New Feature - Supported saving PPTX to video (.mp4/.wmv).
ppt = Presentation()
ppt.LoadFromFile(inputFile)
SaveToVideoOption saveOption = new SaveToVideoOption(ffmpegDir)
ppt.SaveToVideoOption=saveOption
ppt.SaveToFile(outputFile_mp4, FileFormat.MP4)
ppt.SaveToFile(outputFile_wmv, FileFormat.WMV)
ppt.Dispose()
Bug Fix SPIREPPT-3152 Fixed the issue where the program hung when converting PowerPoint to image.
Bug Fix SPIREPPT-3176 SPIREPPT-3178 Fixed the issue where an error was thrown when loading a PowerPoint file.
Click the link to download Spire.Presentation for Python 11.8.1: