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
Responsestring[]
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
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 | nullableRequired

Auto Install Font Name.

Responses
delete
/api/PrintingSettings/AutoInstallFonts

No content

Last updated