Skip to content

Commit e7e9ea4

Browse files
Update images (#622)
1 parent cdd6680 commit e7e9ea4

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed
31 KB
Loading

distribution-and-licensing/license-key/setting-up-license-key.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ published: True
77
position: 0
88
---
99

10+
<style>
11+
img[alt$="><"] {
12+
border: 1px solid lightgrey;
13+
}
14+
</style>
15+
1016
# Setting Up Your Telerik Document Processing Libraries License Key
1117
Starting with the Q1 2025 release, the Telerik Document Processing libraries require activation through a license key (trial or commercial). This article describes how to download and use your personal license key to activate the product.
1218

@@ -21,7 +27,7 @@ To download a license key, you must have either a developer license or a trial l
2127
1. Go to the [License Keys](https://www.telerik.com/account/your-licenses/license-keys) page in your Telerik account.
2228
1. Click the **Download License Key** button.
2329

24-
![Download License Key](images/download-license-key.png)
30+
![Download License Key ><](images/download-license-key.png)
2531

2632
The [Progress Control Panel](https://www.telerik.com/download-trial-file/v2/control-panel), automated MSI installer, and the Visual Studio Extensions (if available) of each product will automatically download and store your license key in your home directory. This makes it available for all projects that you develop on your local machine.
2733

@@ -52,7 +58,7 @@ If you’re not using NuGet packages in your project, add the license as a code
5258

5359
1. Go to the [License Keys](https://www.telerik.com/account/your-licenses/license-keys) page in your Telerik account.
5460
1. On the corresponding product row, click the **View key** link in the **SCRIPT KEY** column.
55-
![Download Product Key](images/download-product-key.png)
61+
![Download Product Key ><](images/download-product-key.png)
5662
1. Copy the C# code snippet into a new file, for example, TelerikLicense.cs.
5763
1. Add the TelerikLicense.cs file to your project.
5864

getting-started/download-product-files.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ published: True
88
position: 4
99
---
1010

11+
<style>
12+
img[alt$="><"] {
13+
border: 1px solid lightgrey;
14+
}
15+
</style>
16+
1117
# Download Product Files
1218

1319
As of **Q2 2025** the [Telerik Document Processing]({%slug introduction%}) libraries are available as a separate distribution in the **Downloads** section of your [Telerik account](https://www.telerik.com/account/).
@@ -30,15 +36,15 @@ Since the **Telerik Document Processing** is a part of several [Telerik bundles]
3036

3137
1\. Log into [your Telerik account](https://www.telerik.com/account/) and click the **Downloads** option:
3238

33-
![Downloads in Your Account](images/downloads-account.png)
39+
![Downloads in Your Account ><](images/downloads-account.png)
3440

3541
2\. Select **Telerik Document Processing**:
3642

37-
![DPL Downloads in Your Account](images/dpl-downloads-account.png)
43+
![DPL Downloads in Your Account ><](images/dpl-downloads-account.png)
3844

3945
3\. Select an asset you want to download: DLLs, PDB files, NuGet Packages, documentation files, or Source code:
4046

41-
![DPL Product Files](images/dpl-product-files.png)
47+
![DPL Product Files ><](images/dpl-product-files.png)
4248

4349
4\. You can choose between official Public versions or Preview versions (if such exist) according to the activation date of your license. From the **Version** drop down list, you can also select which specific version to download.
4450

-20.8 KB
Loading
28.6 KB
Loading
-23.4 KB
Loading

0 commit comments

Comments
 (0)