Set Embedded Fonts

Introduction

Aspose.Slides Cloud API allows embedding multiple fonts in one request. You can specify font names in the query string, or (and) provide the font files in the request body. The second option is good for custom fonts that are not available on the server. The feature can be applied to presentations located in the storage or presentations uploaded in the request body along with the font file(s).

SetEmbeddedFonts

API Information

API Type Description Resource
/slides/{name}/fonts/embedded POST Embeds fonts and returns presentation fonts information. SetEmbeddedFonts

Examples

cURL Example

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

SDK Examples

SetEmbeddedFontsOnline

API Information

API Type Description Resource
/slides/fonts/embedded POST Embeds fonts and returns the presentation. SetEmbeddedFontsOnline

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