Spire.Presentation for Python 9.11.2 fixes some known issues
2024-11-20 02:10:40
We are delighted to announce the release of Spire.Presentation for Python 9.11.2. Some known issues are fixed successfully in this version, such as the issue that the size of images extracted from PowerPoint documents was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2620 Fixes the issue that the program threw "Microsoft PowerPoint 2007 file is corrpt" error when loading a PowerPoint document. Bug SPIREPPT-2660 Fixes the issue that the program threw "ArgumentNullException" error when saving slides to pictures. Bug SPIREPPT-2662 Fixes the issue that the size of…
Spire.Presentation for Python 9.11.1 supports the functionality to get the slides from "section"
2024-11-11 02:05:03
We are pleased to announce the release of Spire.Presentation for Python 9.11.1. The latest version supports the functionality to get the slides from "section". Moreover, some known bugs are fixed successfully in this update, such as the issue that errors occurred when using SlideCountPerPageForPrint and ContainingHiddenSlides methods. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2575 Supports the functionality to get the slides from "section". ppt = Presentation() ppt.LoadFromFile(inputFile) section=ppt.SectionList[0] slides=section.GetSlides() sb = [] i=0 for slide in slides: sb.append("SlideID:"+str(slides[i].SlideID)) i=i+1 File.AppendAllText(outputFile, sb) ppt.Dispose New feature SPIREPPT-2605 Supports…
Spire.Presentation for Python 9.3.0 fixes the issue that getting custom properties of a document failed
2024-03-05 02:48:42
We are pleased to announce the release of Spire.Presentation for Python 9.3.0. This version fixes some known issues, such as the issue that getting custom properties of a document failed. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2433 Fixes the issue that the position of shapes changed after ungrouping them. Bug SPIREPPT-2444 Fixes the issue that getting custom properties of a document failed. Bug SPIREPPT-2446 Fixes the issue that added custom properties were displayed incorrectly. Click the link below to get Spire.Presentation for Python 9.3.0: https://www.e-iceblue.com/Download/Spire-Presentation-Python.html
Spire.Presentation for Python 9.1.0 adds a custom exception class SpireException
2024-01-10 07:48:18
We are pleased to announce the release of Spire.Presentation for Python 9.1.0. This version adds a custom exception class SpireException. Besides, it also fixes the issue that the program threw "System.ArgumentNullException" exception when converting shapes to images. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Adds a custom exception class SpireException. Bug SPIREPPT-2368 Fixes the issue that the program threw "System.ArgumentNullException" exception when converting shapes to images. Click the link below to get Spire.Presentation for Python 9.1.0: https://www.e-iceblue.com/Download/Spire-Presentation-Python.html
Spire.Presentation for Python 8.9.0 supports setting custom DPI when saving shapes as images
2023-09-27 09:24:53
We are pleased to announce the release of Spire.Presentation Python 8.9.0. This version adds a method to set custom DPI when saving shapes as images. Besides, it also fixes the issue that the program threw "System.NullReferenceException" when resetting the slide size. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2346 Adds a method to set custom DPI when saving shapes as images. presentation.Slides[0].Shapes.SaveAsImage(0, 300, 300); Bug SPIREPPT-2345 Fixes the issue that the program threw "System.NullReferenceException" when resetting the slide size. Click the link below to get Spire.Presentation for…