Delete Embedded Fonts

Introduction

Aspose.Slides Cloud API allows deleting an embedded font from the presentation. The feature can be applied to presentations located in the storage or presentations uploaded in the request body.

DeleteEmbeddedFont

API Information

API Type Description Resource
/slides/{name}/fonts/embedded/{fontName} DELETE Removes specified embedded font and returns presentation fonts info. DeleteEmbeddedFont

Examples

cURL Example

The code examples below show how to delete an embedded font from a presentation in the storage.

SDK Examples

DeleteEmbeddedFontOnline

API Information

API Type Description Resource
/slides/fonts/embedded/{fontName}/delete POST Removes specified embedded font and returns presentation. DeleteEmbeddedFontOnline

Examples

cURL Example

The code examples below show how to delete an embedded font from a presentation in request body.

SDK Examples

SDK Source

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