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…