Replace Presentation Fonts

Introduction

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

ReplaceFont

API Information

API Type Description Resource
/slides/{name}/fonts/{sourceFont}/replace/{targetFont} POST Replaces specified font and returns presentation fonts info. ReplaceFont

Examples

cURL Example

The code examples below show how to replace a font in the presentation in the storage.

SDK Examples

ReplaceFontOnline

API Information

API Type Description Resource
/slides/fonts/fonts/{sourceFont}/replace/{targetFont} POST Replaces specified font and returns presentation. ReplaceFontOnline

Examples

cURL Example

The code examples below show how to replace a font in the presentation in the request body.

SDK Examples

SDK Source

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