New to Telerik Document ProcessingStart a free 30-day trial

Configuring Document Processing Libraries

Updated on Jun 5, 2026
Minimum VersionQ2 2024

The Document Processing Configuration Wizard is included in the Visual Studio Code extension for Telerik UI for Blazor and Telerik UI for ASP.NET Core. It allows you to add the required packages when working with the Telerik Document Processing Library. Starting with Q1 2025, the DPL wizard is also available for Telerik UI for MAUI.

Getting the Wizard

To use the Document Processing Libraries Wizard, install the VS Code extension for the desired product:

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 .NET MAUI: 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 the Command Palette menu by pressing Ctrl+Shift+P on Windows or Linux, or Cmd+Shift+P on Mac.

2. Select Telerik UI for Maui: Add Document Processing Libraries.

Configure Document Processing Wizard, Command Palette

After you execute one of the options, the wizard appears:

Configure Document Processing Wizard

The Telerik Document Processing Configuration wizard lets you select which libraries your project uses. You can choose the license and the .csproj file in which to install the packages. This option is useful when you have many opened projects in the workspace. If a library you selected has any dependencies, they are automatically checked. The following table lists the packages that are selected for each library:

LibraryPackages
RadPdfProcessingDocuments.Core
Documents.Fixed
Documents.ImageUtils
Documents.Fixed.FormatProviders.Image.Skia
Documents.CMapUtils
RadSpreadProcessingDocuments.Core
Documents.Fixed
Documents.Spreadsheet
Documents.SpreadSheet.FormatProviders.OpenXml
Documents.SpreadSheet.FormatProviders.Pdf
Documents.Spreadsheet.FormatProviders.Xls
Documents.ImageUtils
RadWordsProcessingDocuments.Core
Documents.Fixed
Documents.Flow
Documents.Flow.FormatProviders.Pdf
Documents.ImageUtils
Documents.Flow.FormatProviders.Doc
Documents.DrawingML

Starting with Q2 2025, the Zip Library is no longer used as an internal dependency in the rest of the Document Processing Libraries (PdfProcessing, WordsProcessing, SpreadProcessing, SpreadStreamProcessing). It is replaced by System.IO.Compression. Telerik continues to ship the Zip Library as a standalone library so you can still use it separately.

See Also