Skip to content

Commit 4a4206d

Browse files
authored
docs(vs-integration): added dpl wizard article (#1464)
* docs(vs-integration): added dpl wizard article
1 parent fa3afae commit 4a4206d

8 files changed

+59
-4
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: Using the Document Processing Libraries
3+
page_title: Using the Document Processing Libraries Wizard - Visual Studio Integration.
4+
description: Learn how to add a reference to the Telerik Document Processing Libraries in your application by using the Telerik UI for Blazor Visual Studio extension.
5+
slug: getting-started-vs-integration-dpl
6+
position: 5
7+
---
8+
9+
# Configuring Document Processing Libraries
10+
11+
This article demonstrates how to add a reference to the [Telerik Document Processing Libraries (DPL)](https://www.telerik.com/document-processing-libraries) packages in an existing Telerik UI for Blazor application using the Document Processing Libraries Wizard. The wizard is included in the [Telerik UI for Blazor Visual Studio extensions](https://marketplace.visualstudio.com/items?itemName=TelerikInc.TelerikBlazorVSExtensions) and enables you to easily add the required packages when working with the Telerik Document Processing Library.
12+
13+
## Getting the Wizard
14+
15+
To use the Document Processing Libraries Wizard, install the Telerik UI for Blazor Visual Studio (VS) extensions. @[template](/_contentTemplates/common/general-info.md#vsx-download)
16+
17+
## Starting the Wizard
18+
19+
To start the wizard, use either of the following options:
20+
21+
* [The Project Context Menu](#project-context-menu)
22+
* [The VS Extensions Menu](#extensions-menu)
23+
24+
### Project Context Menu
25+
26+
1. In the **Solution Explorer**, right-click the Blazor app in which you want to add a Telerik DPL package.
27+
1. Right-click the project node and select **Telerik UI for Blazor**.
28+
1. Select the package you want to include.
29+
30+
>caption Start the Document Processing Libraries Wizard from the Context Menu
31+
32+
![Start the Document Processing Libraries Wizard from the context menu of a Telerik UI for Blazor app](images/vs-ext-dpl-wizard-context-menu.png)
33+
34+
### Extensions Menu
35+
36+
37+
1. In the **Solution Explorer**, select the Blazor app in which you want to add a Telerik DPL package.
38+
1. Open the **Extensions** menu.
39+
1. Click **Telerik** > **Telerik UI for Blazor**.
40+
1. Select the package you want to include.
41+
42+
>caption Start the Document Processing Libraries Wizard from the Extensions Menu
43+
44+
![Start the Document Processing Libraries Wizard from the Extensions menu when working with a Telerik UI for Blazor](images/vs-ext-dpl-wizard-extensions-menu.png)
45+
46+
When you select a package, the main page of the Wizard will appear. In the **SELECT DPL** section, all available packages will be listed, and the one you selected will be highlighted. Clicking the **FINISH** button will install the selected package and add the necessary references to your application.
47+
48+
>caption Document Processing Libraries Wizard Main Page
49+
50+
![Document Processing Libraries Wizard main page - using the Telerik UI for Blazor VS extensions](images/vs-ext-dpl-main-page.png)
51+
52+
## See Also
53+
54+
* [Visual Studio Integration for Telerik UI for Blazor Overview]({% slug getting-started-vs-integration-overview %})
Loading
Loading
Loading

getting-started/vs-integration/latest-version-retrieval.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Downloading New Versions
33
page_title: Downloading New Versions - Visual Studio Integration
44
description: Learn how to keep your projects updated when using the Telerik UI for Blazor library.
55
slug: getting-started-vs-integration-latest-version
6-
position: 5
6+
position: 6
77
---
88

99
# Downloading New Versions

getting-started/vs-integration/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Troubleshooting
33
page_title: Troubleshooting - Visual Studio Integration
44
description: Troubleshooting steps for Telerik UI for Blazor Visual Studio extensions.
55
slug: getting-started-vs-integration-troubleshooting
6-
position: 7
6+
position: 8
77
---
88

99
# Troubleshooting

getting-started/vs-integration/upgrade-wizard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Upgrading Projects
33
page_title: Upgrade Project - Visual Studio Integration
44
description: Learn how to upgrade a Telerik UI for Blazor project with our Visual Studio Extension.
55
slug: getting-started-vs-integration-upgrade-project
6-
position: 6
6+
position: 7
77
---
88

99
# Upgrading Projects

knowledge-base/grid-custom-cell-formatting-with-radspreadprocessing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,5 @@ To customize the cell format of the exported file before it reaches the client,
148148
## See Also
149149

150150
* [Format numbers and dates in the exported CSV file from the Grid]({%slug grid-kb-number-formatting-of-the-csv-export%})
151-
* [Change the default CSV delimiter (comma) during Grid export]({%slug grid-kb-csv-export-change-field-delimiter%})
151+
* [Change the default CSV delimiter (comma) during Grid export]({%slug grid-kb-csv-export-change-field-delimiter%})
152+
* [Configuring Document Processing Libraries]({%slug getting-started-vs-integration-dpl%})

0 commit comments

Comments
 (0)