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: