Spire.Presentation 10.5.10 supports converting SVG to Shape

Spire.Presentation 10.5.10 supports converting SVG to Shape

2025-05-27 02:48:13

We're glad to announce the release of Spire.Presentation 10.5.10. This version adds a new method ‘AddFromSVGAsShape()’ to supports converting SVGs to shapes. Check below for the details.

Here is a list of changes made in this release

Category ID Description
New feature - Adds a new method ‘AddFromSVGAsShape()’ to convert SVG files into shapes.
Presentation ppt = new Presentation();
ppt.Slides[0].Shapes.AddFromSVGAsShapes(file.FullName);
ppt.SaveToFile(fileName + ".pptx", FileFormat.Pptx2013);
ppt.Dispose();
Click the link to download Spire.Presentation 10.5.10:
More information of Spire.Presentation new release or hotfix: