You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: distribution-and-licensing/license-key.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@ position: 2
10
10
# Setting Up Your Telerik Document Processing Libraries License Key
11
11
Starting with the Q1 2025 release, the libraries from Telerik Document Processing require activation through a license key (trial or commercial). This article describes how to download, install, and update your personal license key.
12
12
13
-
To install the license key and activate the components:
13
+
To install the license key and activate the libraries:
14
14
15
15
1.[Download the license key](#downloading-the-license-key).
16
16
1.[Install or update the license key file on your system or** in your project](#installing-or-updating-your-license-key).
17
17
18
18
The implementation of the 2025 licensing requirements will occur in two phases:
19
19
20
-
- Phase 1 - Starting with the 2025 Q1 release, a missing or invalid license causes [warnings during build](#license-activation-errors-and-warnings). The commercial distributions of the components do not exhibit any functional restrictions.
20
+
- Phase 1 - Starting with the 2025 Q1 release, a missing or invalid license causes [warnings during build](#license-activation-errors-and-warnings). The commercial distributions of the libraries do not exhibit any functional restrictions.
21
21
- Phase 2 - Starting with the 2025 Q2 release, a missing or invalid license will result in [build errors and run-time indicators](#license-activation-errors-and-warnings), such as watermarks and banners.
22
22
23
23
Note that future updates of the product may restrict or disable some features when no valid license is present. You can send us feedback through the Contact Us form or by [opening a support ticket](https://www.telerik.com/account/support-center/contact-us?utm_source=licensing&utm_medium=console&utm_campaign=no_references).
@@ -60,7 +60,7 @@ Do not publish the license key code snippet in publicly accessible repositories.
60
60
## Adding the License Key to CI Services
61
61
This article describes how to set up and activate your [license key](https://www.telerik.com/account/your-licenses/license-keys) across a few popular CI services by using environment variables.
62
62
63
-
When working with CI/CD platforms, always add the Telerik.Licensing NuGet package as a project dependency. This package activates the product components at build time by using the provided license key.
63
+
When working with CI/CD platforms, always add the Telerik.Licensing NuGet package as a project dependency. This package activates the product libraries at build time by using the provided license key.
64
64
65
65
The license activation process in a CI/CD environment involves the following steps:
66
66
@@ -147,7 +147,7 @@ No, versions released prior to Jan 2025 do not require a license key.
147
147
### What happens if I make a change to non-Telerik parts of the code after the subscription expires?
148
148
This depends on your license:
149
149
150
-
- If you have a perpetual license, you can build the application with the Telerik components.
150
+
- If you have a perpetual license, you can build the application with the Telerik libraries.
151
151
- If you have an expired subscription license, the build will fail.
152
152
153
153
-----
@@ -175,8 +175,8 @@ An invalid license can be caused by any of the following:
175
175
### License Warnings and Errors
176
176
Using the product in a project with an expired or missing license, the Telerik.Licensing build task will indicate the following errors:
177
177
178
-
- No license key is detected - [Install a license key](#installing-or-updating-your-license-key) to activate the UI components and remove the error message.
179
-
- Invalid license key - [Download a new license key](#downloading-the-license-key) and install it to activate the UI components and remove the error message.
178
+
- No license key is detected - [Install a license key](#installing-or-updating-your-license-key) to activate the libraries and remove the error message.
179
+
- Invalid license key - [Download a new license key](#downloading-the-license-key) and install it to activate the libraries and remove the error message.
180
180
181
181
In addition, the following conditions will be logged:
0 commit comments