For the complete documentation index, see llms.txt. This page is also available as Markdown.

Auto Install Fonts

Get

get

Retrieve information about RAS printing settings font of a site.

Query parameters
SiteIdinteger · int32Optional

Site ID for which to retrieve the RAS printing settings font (optional)

Responses
200

Success

application/json; api-version=1.0
string[]Optional
get/api/PrintingSettings/AutoInstallFonts

Add

post

Add a new RAS Printing settings font to a site.

Query parameters
SiteIdinteger · int32Optional

ID of the site to which the font will be added (optional)

Body
fontFilestring · binaryOptional

Upload File

Responses
201

Created

No content

post/api/PrintingSettings/AutoInstallFonts

No content

Delete

delete

Delete a RAS Printing settings font from a site.

Query parameters
SiteIdinteger · int32Optional

ID of the site from which the font will be deleted (optional)

Body

Remove a font from the list of Universal Printing auto install fonts.

fontNamestring · max: 255 · nullableRequired

Auto Install Font Name.

Responses
204

No Content

No content

delete/api/PrintingSettings/AutoInstallFonts

No content

Last updated