|
| 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 | + |
| 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 | + |
| 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 | + |
| 51 | + |
| 52 | +## See Also |
| 53 | + |
| 54 | +* [Visual Studio Integration for Telerik UI for Blazor Overview]({% slug getting-started-vs-integration-overview %}) |
0 commit comments