Some test text!

Search
Hamburger Icon

Appian / Guides / WebViewer Smart Services

Apryse WebViewer Smart Services

Overview

The Apryse SDK provides a set of smart services that can be used to interact with the WebViewer component in Appian. These smart services allow you to perform various operations such as converting a Base64 string to a document or document version. They aim to help assist you in the interaction between your documents in Appian and WebViewer.

Available WebViewer Smart Services

Base64 to Document

This smart service converts a Base64 string to a document. This is useful when WebViewer provides the document data as a base64 string and you want to convert it to a document in Appian.

Input Parameters

Parameter NameTypeRequiredMultipleDescription
Base64 DataTextYesNoThe base64 string to convert to a document.
Upload Folder IDFolderYesNoThe folder where the document will be uploaded to.
FilenameTextYesNoThe filename of the document.
ExtensionTextYesNoThe extension of the document.

Output Parameters

Parameter NameTypeDescription
Error MessageTextThe error message if the conversion failed.
Has ErrorBooleanWhether the conversion failed.
Output Document IDDocumentThe saved document.

Base64 to Document Version

This smart service converts a Base64 string to a document version. This is useful when WebViewer provides the document data as a base64 string and you want to convert it to a document version in Appian.

Input Parameters

Parameter NameTypeRequiredMultipleDescription
Base64 DataTextYesNoThe base64 string to convert to a document version.
Document IDDocumentYesNoThe document to add the version to.

Output Parameters

Parameter NameTypeDescription
Error MessageTextThe error message if the conversion failed.
Has ErrorBooleanWhether the conversion failed.
Output Document IDDocumentThe saved document version.

Trial setup questions? Ask experts on Discord
Need other help? Contact Support
Pricing or product questions? Contact Sales