Set an Embedded Font

Introduction

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

You can also embed multiple fonts in one request.

SetEmbeddedFont

API Information

API Type Description Resource
/slides/{name}/fonts/embedded/{fontName} POST Embeds the specified font and returns presentation font information. SetEmbeddedFont

Examples

cURL Example

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

SDK Examples

SetEmbeddedFontOnline

API Information

API Type Description Resource
/slides/fonts/embedded/{fontName} POST Embeds the specified font and returns the presentation. SetEmbeddedFontOnline

Examples

cURL Example

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

SDK Examples

SDK Source

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