How to apply the license for the Regula Web Component

First of all, you need to have a valid license file. You can get it by contacting our sales team. After you get the license file, you need to convert it to base64 format. To do this use these commands:
 

Windows PowerShell MacOS Terminal
[convert]::ToBase64String((Get-Content -path "your_file_path" -Encoding byte))

To use the web components on test environments, set the base64 license value to the license attribute: 

<document-reader license="BASE64_LICENSE_KEY"></document-reader>

where BASE64_LICENSE_KEY is the result of a conversion of your license file to base64 format.

More info can be found at this link.

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.

Articles in this section

See more