Convert Using Font Fallback Rules

Introduction

Aspose.Slides Cloud allows specifying the rules to apply a fallback font. FontFallbackRule represents an association between the specified Unicode range, used for searching missed glyphs, and a list of fonts that may contain proper glyphs. The order of fonts in the list reflects priority.

API Information

FontFallbackRule is a part of ExportOptions and can be applied in any feature that assumed conversion. For example:

API Type Description Resource
/slides/{name}/{format} POST Save a presentation to a specified format DownloadPresentation
/slides/{name}/{format} PUT Save presentation to a specified format SavePresentation
/slides/convert/format POST Convert presentation from request content to format specified Convert
/slides/convert/format PUT Convert presentation from request content to format specified ConvertAndSave
/slides/{name}/split POST Splitting presentations Split
/sldies/split/{format} POST Splitting presentations from request SplitOnline
/sldies/split/{format} PUT Splitting presentations from request SplitAndSaveOnline

cURL Example

SDK Source

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

SDK Examples