New to Telerik UI for Blazor? Download free 30-day trial

Configuring Document Processing Libraries

This article demonstrates how to add a reference to the Telerik Document Processing Libraries (DPL) 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 and enables you to easily add the required packages when working with the Telerik Document Processing Library.

Getting the Wizard

To use the Document Processing Libraries Wizard, install the Telerik UI for Blazor Visual Studio (VS) extensions. You can get the extension from:

Our extention for Visual Studio for Mac will be discontinued in 2024 after Visual Studio for Mac is discontinued.

Starting the Wizard

To start the wizard, use either of the following options:

Project Context Menu

  1. In the Solution Explorer, right-click the Blazor app in which you want to add a Telerik DPL package.
  2. Right-click the project node and select Telerik UI for Blazor.
  3. Select the package you want to include.

Start the Document Processing Libraries Wizard from the Context Menu

Start the Document Processing Libraries Wizard from the context menu of a Telerik UI for Blazor app

Extensions Menu

  1. In the Solution Explorer, select the Blazor app in which you want to add a Telerik DPL package.
  2. Open the Extensions menu.
  3. Click Telerik > Telerik UI for Blazor.
  4. Select the package you want to include.

Start the Document Processing Libraries Wizard from the Extensions Menu

Start the Document Processing Libraries Wizard from the Extensions menu when working with a Telerik UI for Blazor

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.

Document Processing Libraries Wizard Main Page

Document Processing Libraries Wizard main page - using the Telerik UI for Blazor VS extensions

See Also

In this article