New to Telerik UI for WinFormsStart a free 30-day trial

Telerik Document Processing Libraries

Updated on Jun 25, 2026

Telerik Document Processing Libraries is a bundle of UI-independent cross-platform libraries that enable you to process the most commonly used flow, fixed and spreadsheet document formats for web and desktop. The Document Processing library allows you to create, import, modify and export documents in the supported formats without relying on external dependencies like Adobe Acrobat or Microsoft Office:

Telerik Document Processing  Libraries

Libraries and Tools

Telerik Document Processing features the following libraries and tools:

RadPdfProcessing
Document Processing
Enables the creation, editing, and export of PDF files in your .NET applications. The library supports interactive forms and form filling, as well as digital signatures.
RadSpreadProcessing
Document Processing
Enables you to work with spreadsheet documents – create ones from scratch, modify existing documents or convert between the most common spreadsheet formats.
RadSpreadStreamProcessing
Document Processing
Generates big spreadsheet documents with great performance and minimal memory footprint in your .NET applications.
RadWordsProcessing
Document Processing
Allows Word-like document manipulations in .NET applications and enables end-users to create, modify and export documents to various formats.
RadZipLibrary
Document Processing
Can compress data like images, DOCX, PDF, or any other type of files and send them over the wire. Thus, you will achieve fast and secure transactions.
AI Tools
Agent Tools
Provides document processing capabilities designed to be exposed to AI agents.

Available Versions

Telerik Document Processing Libraries are available in .NET Framework and .NET Standard (.NET Core) compatible versions. Both versions are available as NuGet packages. Read more in the Getting Started with Telerik Document Processing Libraries article.

Configuration Wizard

Telerik Document Processing Libraries' Configuration Wizard comes with the Visual Studio Extensions of several Telerik bundles.

Telerik UI for WinForms Integration

As other frameworks, Telerik UI for WinForms controls utilize document processing libraries to take most of its capabilities. In the following section we will list which controls are using these libraries.

RadPdfViewer

RadPdfViewer enables you to easily load and display PDF documents natively in your application without using any third-party tools except Telerik’s WinForms toolbox. The control is optimized to work together with RadPdfProcessing library model.

RadSpreadsheet

The RadSpreadsheet control allows editing tabular data utilizing a variety of cell formatting options, styles and themes. The control utilizes the API defined in the RadSpreadProcessing library.

RadGridView

The RadGridView enables you to create fully customizable and highly interactive interfaces for display and management of large data. The control utilize different parts of Telerik Document Processing Libraries, thus allowing you to export the control into different formats: xlsx, csv, pdf or txt.

RadTreeView

The [RadTreeView] control facilitates display, management, and navigation of hierarchical data structures. The TreeViewSpreadExport class utilize the RadSpreadProcessing library. Thus allowing you to export the control into different formats: xlsx, csv, pdf or txt.

RadPivotGrid

RadPivotGrid for WinForms is a control which provides functionality similar to the functionality of PivotTables in MS Excel. It takes large chunks of data and summarizes it in a human readable way by the help of aggregates and field descriptors. The control utilizes the API defined in the RadSpreadProcessing library to export the control into different formats: xlsx, csv, pdf and txt.

RadListView

RadListView is a bindable control for representing and editing list data with lots of customization abilities. The control utilizes the API defined in the RadSpreadProcessing library to export the control into different formats: xlsx, csv, pdf and txt.

PropertyGrid

RadPropertyGrid for WinForms displays the properties of a given object in a user-friendly way allowing the end-user to edit these properties using our editors. The control utilizes the API defined in the RadSpreadProcessing library to export the control into different formats: xlsx, csv, pdf and txt.

See Also