New to Telerik Document Processing? Download free 30-day trial

Configuring Document Processing Libraries

With Q2 2024 we are adding a Document Processing Configuration Wizard for Visual Studio Code. The wizard is included in the Visual Studio Code extension for Telerik UI for Blazor and Telerik UI for ASP.NET Core and it 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 Code extension.

Starting the Wizard

Using the File Explorer Context Menu

To use Document Processing Libraries Configuration Wizard from the VS Code's file explorer's context menu:

1. Right-click on a file in the files tree.

2. Select the Telerik UI for Blazor: Add Document Processing Libraries.

Configure Document Processing Wizard, Context Menu

Using the Code Editor Command Palette

To use Document Processing Libraries Configuration Wizard from the VS Code command palette:

1. Open a .razor file or a Razor language in the code editor and right-click in the editor to see the Command Palette.. option.

Configure Document Processing Wizard, Command Palette

2. Select the Telerik UI for Blazor: Add Document Processing Libraries.

Configure Document Processing Wizard, Command Palette

After executing one of the options the wizard must appear like this:

Configure Document Processing Wizard

The Telerik Document Processing Configuration wizard allows you to select which libraries your project would use. It allows you to use Dev or Trial license and selection of the .csproj file, in which you want the installation to be provided. This option is useful in cases when the user has many opened projects in the workspace. If a library you selected has any dependencies, they are automatically checked. In the table below there is a list of the assemblies that will be selected for each library:

Library Packages
RadPdfProcessing Documents.Core
Documents.Fixed
Zip
Documents.ImageUtils
Documents.Fixed.FormatProviders.Image.Skia
Documents.CMapUtils
RadSpreadProcessing Documents.Core
Documents.Fixed
Documents.Spreadsheet
Documents.SpreadSheet.FormatProviders.OpenXml
Documents.SpreadSheet.FormatProviders.Pdf
Documents.Spreadsheet.FormatProviders.Xls
Documents.ImageUtils
Zip
RadWordsProcessing Documents.Core
Documents.Fixed
Documents.Flow
Documents.Flow.FormatProviders.Pdf
Documents.ImageUtils
Documents.Flow.FormatProviders.Doc
Documents.DrawingML
Zip

See Also

In this article