Working With Geometry Paths

Introduction

You can create shapes with custom geometry using geometryPath resource. You can create any type of geometry shape using lines, arcs and Bezier curves.

API Information

API Type Description Resource Link
/slides/{name}/slides/{slideIndex}/shapes/{shapeIndex}/geometryPath GET Gets shape geometry path. Get shape geomety path
/slides/{name}/slides/{slideIndex}/shapes/{shapeIndex}/geometryPath POST Sets shape geometry path. Set shape geomety path
Request Parameters
Parameter Name HTTP Method(s) Type Optional/Required Description
folder POST/PUT string (query) Optional Presentation folder.
storage POST/PUT string (query) Optional Presentation storage.
password POST/PUT string (header) Optional Presentation password.

In case of Amazon S3 storage folder path starts with Amazon S3 bucket name.

cURL Example

SDKs

Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Check out our GitHub repository for a complete list of Aspose.Slides Cloud SDKs along with working examples, to get you started in no time. Please check Available SDKs article to learn how to add an SDK to your project.

SDK Examples

SDK Source

The Aspose Cloud SDK’s can be downloaded from the following page: Available SDK’s