Download a Shape from a Data Transfer Object

Introduction

Aspose.Slides.Cloud RestAPI allows you to create a shape from a data transfer object and get an image of that shape. The shape can be a chart, a table, a SmartArt figure or any other shape type supported by PowerPoint. You don’t have to explicitly create a presentation to perform this action.

API Information

API Type Description Resource
/slides/shape/{format} POST Creates the shape from the DTO and returns the result in the specified format. DownloadShapeFromDto

Examples

cURL Example

The code examples below show how to generate an image from the shape model.

SDK Examples