Import Shapes from an SVG Image

Introduction

Aspose.Slides Cloud API allows importing shapes from an SVG file. This feature creates a separate shape for each shape of the SVG image. You need a different method to import an SVG file as a single picture.

API Information

API Type Description Resource
/slides/{name}/slides/{slideIndex}/shapes/fromSvg POST Imports shapes from SVG file. ImportShapesFromSvg

cURL Example

The code example below shows how to import shapes by indexes from the SVG file and place the result in the specified area on the target slide.

SDK Source

The Aspose for Cloud SDKs can be downloaded from the following page: Available SDKs

SDK Examples