Some test text!
Web / FAQ / Add a license key
A watermark will be visible when no license key is entered and will be removed when you enter a valid license key.
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:
WebViewer({
licenseKey: 'Company info::The Apryse license info::Testing::More info::123',
path: '...'
}).then((instance) => {
})
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)
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.
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.
Trial setup questions? Ask experts on Discord
Need other help? Contact Support
Pricing or product questions? Contact Sales