Add license key

License Key Required

The trial of Apryse SDK requires a trial license key, which is provided in the box titled "License Key". A commercial license key is required for use in a production environment. Please contact sales to purchase a commercial key or if you need any other license key assistance.

Keep your license keys confidential.

License keys are uniquely generated. Please make sure that it is not publicly available (e.g. in your public GitHub).

A watermark will be visible when no license key is entered and will be removed when you enter a valid license key.

Passing into constructor

In your WebViewer constructor pass either the licenseKey or l option with your license key as a string.

For example if your license key is

Company info::The Apryse license info::Testing::More info::123

then you would call:

JavaScript

1WebViewer({
2 licenseKey: 'Company info::The Apryse license info::Testing::More info::123',
3 path: '...'
4}).then((instance) => {
5
6})

Please make sure you’re using the entire key string, but with no extra whitespace included (i.e. at the end, which can happen when you copy/paste out of an email or the website)

WebViewer Server additional information

When deploying WebViewer Server you will also need to apply your license key on the server side. Follow the instructions at this page for more information.

Custom Server (XOD) additional information

XOD files have their watermark applied at conversion time so you will need to pass your license key to PDFNet.initialize wherever you are using the server side Apryse SDK to convert your files. Note that it is not necessary to pass the license key to the WebViewer constructor when viewing XOD files.

Did you find this helpful?

Trial setup questions?

Ask experts on Discord

Need other help?

Contact Support

Pricing or product questions?

Contact Sales