Show contents 

Web Service > Web Service Operations > Additional Operations > GetBinFont

GetBinFont

Syntax

<web service URL>/PP.GetBinFont?FileName=<font name>

Description

The GetBinFont operation is used to load font with the specified name from BI server to the client computer by means of GET request.

Comments

The operation has the unique parameter fileName, which value is name of the loaded font. The list of fonts that can be loaded from BI server is returned by the GetFonts operation. As a result of the GetFonts operation, one can get a full additional URL for loading fonts in the url field.

See also:

Additional Operations