Set Embedded Fonts from a Request

Introduction

Aspose.Slides Cloud API allows embedding a font used in a presentation. The font can be provided in the request body if needed. The feature can be applied to presentations located in the storage or presentations uploaded in the request body along with the font file.

SetEmbeddedFontFromRequest

API Information

API Type Description Resource
/slides/{name}/fonts/embedded POST Embeds font from request and returns presentation fonts info. SetEmbeddedFontFromRequest

Examples

cURL Example

The code examples below show how to embed fonts in a presentation located in the storage.

SDK Examples

SetEmbeddedFontFromRequestOnline

API Information

API Type Description Resource
/slides/fonts/embedded POST Embeds font from request and returns presentation. SetEmbeddedFontFromRequestOnline

Examples

cURL Example

The code examples below show how to embed fonts in a presentation located in the request body.

SDK Examples

SDK Source

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