diff --git a/Common/Essential-Studio/licensing/how-to-generate.md b/Common/Essential-Studio/licensing/how-to-generate.md index bbbc1f5e..07e61a58 100644 --- a/Common/Essential-Studio/licensing/how-to-generate.md +++ b/Common/Essential-Studio/licensing/how-to-generate.md @@ -10,6 +10,8 @@ documentation: ug # Generate Syncfusion® License key +## Generating a Single License Key + License keys can be generated from the [License & Downloads](https://syncfusion.com/account/downloads) or [Trial & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) section from your Syncfusion® account. ![Get License Key](licensing-images/generate-license.png) @@ -27,6 +29,32 @@ I> * Syncfusion® license keys are **version * Refer this [KB](https://www.syncfusion.com/kb/8951/which-version-syncfusion-license-key-should-i-use-in-my-application) to know about which version of the Syncfusion® license key should be used in the application. +## Multiple License Keys Generation + +In v31.1.17 or later, if you have purchased multiple editions or SDKs separately and are using them in a single application, you must generate and use multiple license keys. + +## When this is required + +This applies when your application uses components from more than one edition or SDK, such as: + +- UI Edition and PDF Viewer SDK +- Document Editor SDK and UI components + +## How to Generate Multiple License Keys + +You must generate license keys individually for each purchased edition or SDK. + +- Repeat the license generation steps for each edition +- Each selection generates a separate license key + +![Multiple License Keys](licensing-images/multiple-keys.png) + +![Multiple License Keys Configuration](licensing-images/multiple-keys2.png) + +**Example:** +- UI Edition → UI_LICENSE_KEY +- PDF Viewer SDK → PDF_VIEWER_SDK_KEY + ## Claim License key Syncfusion® License keys can also be generated from the **"Claim License Key"** page based on the trial or valid license associated with your Syncfusion® account. diff --git a/Common/Essential-Studio/licensing/licensing-images/multiple-keys.png b/Common/Essential-Studio/licensing/licensing-images/multiple-keys.png new file mode 100644 index 00000000..9d4e225c Binary files /dev/null and b/Common/Essential-Studio/licensing/licensing-images/multiple-keys.png differ diff --git a/Common/Essential-Studio/licensing/licensing-images/multiple-keys2.png b/Common/Essential-Studio/licensing/licensing-images/multiple-keys2.png new file mode 100644 index 00000000..541d24f9 Binary files /dev/null and b/Common/Essential-Studio/licensing/licensing-images/multiple-keys2.png differ