Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 4.1 KB

distribute-telerik-document-processing-libraries-net-versions.md

File metadata and controls

60 lines (38 loc) · 4.1 KB
title description type page_title slug tags res_type ticketid
What Versions of Document Processing Libraries are Distributed with the Telerik Products
Learn how to obtain Telerik Document Processing libraries suitable for .NET Framework, .NET Standard, .NET Core, .NET 6, and newer versions.
how-to
How to Obtain Telerik Document Processing Libraries for .NET Framework, .NET Standard, .NET Core, .NET 6, and newer versions
distribute-telerik-document-processing-libraries-net-versions
telerik, document, processing, net, core, nuget, packages, framework, windows, distribute, libraries, standard
kb
1658084

Environment

Version Product Author
2024.2.426 Telerik Document Processing Desislava Yordanova

Description

Learn how to find and download the Telerik Document Processing libraries for the appropriate .NET version and ensure compatibility of Telerik Document Processing libraries with the used target framework in the project.

Solution

The [Telerik Document Processing]({%slug introduction%}) libraries are compatible across different .NET implementations, including .NET Framework, .NET Standard .NET Core, .NET 6, .NET 8, and newer versions. However, the libraries are [distributed with different Telerik UI products]({%slug installation-deploying-telerik-document-processing%}). Depending on the target framework of your project (NET Framework, .NET Standard .NET Core, .NET 6, etc.), you should pick the library version accordingly.

Depending on the product suite you are using (Telerik UI for WinForms, WPF, ASP.NET AJAX, Blazor, ASP.NET Core, etc.), the libraries are included in the respective NuGet packages:

  • For .NET Framework projects, libraries are distributed with Telerik UI for WinForms, WPF, ASP.NET AJAX, ASP.NET MVC.

DPL NET Framework

  • For .NET Core / .NET 6 / .NET 8 (or newer) projects, libraries are included with Telerik UI for WinForms and WPF.

DPL NET Core

DPL NET Core Windows

  • For projects targeting .NET Standard, libraries are distributed with Telerik UI for Blazor, ASP.NET Core, .NET MAUI, WinUI, Xamarin.

DPL NET Standard

DPL NET Standard None OS

As the above screenshots shows, the respective NuGet package indicates the exact target frameworks version considering the application's Target framework and Target OS. All versions are available as [NuGet packages]({%slug installation-nuget-packages%}). The assemblies/packages for .NET Standard do not contain the word Windows in their name.

note There are no implementation/functionality differences between the Document Processing versions for .NET Framework and .NET Core/.NET 6 (or newer). However, the .NET Standard version comes with some limitations. More information about the limitations can be found in the [Cross-Platform Support]({%slug radpdfprocessing-cross-platform%}) article.

Download the Libraries

To download the libraries, visit the [Telerik Document Processing installation guide]({%slug installation-installing-on-your-computer%}). This guide provides detailed instructions on how to install the libraries on your computer, catering to the specific product suite you are using.

Notes

  • Ensure that your project's target framework is compatible with the version of the Telerik Document Processing libraries you intend to use.
  • The functionality and implementation of the Document Processing libraries remain consistent across different .NET versions, with some exceptions noted for .NET Standard.

See Also

  • [Cross-Platform Support for Telerik Document Processing]({%slug radpdfprocessing-cross-platform%})
  • Supported Target Frameworks
  • [Installing Telerik Document Processing on Your Computer]({%slug installation-deploying-telerik-document-processing%})