Spire.Presentation for Python | News
We’re pleased to announce the release of Spire.Presentation for Python 10.11.1. This update mainly fixes the issues occurred when converting PowerPoint files into images. More details are given below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-3011 Fixed the issue where replacing images with SVG caused incorrect rendering. Bug SPIREPPT-3013 Fixed the issue where loading files threw an "Error reading adjustment value" exception. Bug SPIREPPT-3026 Fixed the issue where converting PPTX to images threw an "Error reading adjustment value" exception. Bug SPIREPPT-3030 Fixed the issue with incorrect formula rendering when converting PPTX to…
We’re glad to announce the release of Spire.Presentation for Python 10.9.0. This updates mainly fixes an issue occurred when inserting SVG images to a multi-page PowerPoint file. More details are as follows. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2976 Fixed the issue where a new slide was accidently created when inserting SVG images to a specified shape in a multi-page PowerPoint file.* Click the link to download Spire.Presentation for Python 10.9.0: https://www.e-iceblue.com/Download/Spire-Presentation-Python.html
We're glad to announce the release of Spire.Presentation for Python 10.8.1. This version fixes several issues that occurred when converting PPTX to images and adding SVG files. Check below for the details. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2937 Fixed an issue where the program throws an exception when adding SVG files. Bug SPIREPPT-2941 Fixed an issue where titles are missing when converting PPTX to images. Bug SPIREPPT-2942 Fixed an issue where the background color turns black when converting PPTX to images. Bug SPIREPPT-2943 Fixed an issue where shadow colors are incorrect…
We are pleased to announce the release of Spire.Presentation for Python 10.7.1. This version adds support for inserting SVG images into PowerPoint presentations and enhances the namespace structure. Detailed information is provided below. Here are the changes included in this release. Category ID Description Optimization - Optimizes and modularizes the namespace structure. New Feature SPIREPPT-2925 Supports adding SVG to PowerPoint presentations. #Load a PowerPoint document presentation = Presentation() #Insert svg to PPT presentation.Slides[0].Shapes.AddFromSVGAsShapes(SvgFile); #Save the document presentation.SaveToFile(outputFile, FileFormat.Pptx2010) presentation.Dispose() Click the link to download Spire.Presentation for Python 10.7.1: https://www.e-iceblue.com/Download/Spire-Presentation-Python.html
We're glad to announce the release of Spire.Presentation for Python 10.6.4. This version adds support for the Linux arm64 platform and a new feature to save shapes as SVG. What’s more, several issues that occurred when converting PowerPoint to images and loading files have been successfully fixed. Check below for the details. Here is a list of all changes made in this release. Category ID Description Adjustment - Upgrades the dependent SkiaSharp version to 3.116.1. New feature - Adds support for Linux arm64 platform. New feature SPIREPPT-2739 Supports saving shapes to SVG. presentation = Presentation() presentation.LoadFromFile(inputFile) m=0 for i in…
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…
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…
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
Page 1 of 2
page 1