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

Integration with Other Telerik Products

Many Telerik products utilize internally the Document Processing Libraries (DPL) for their UI components, like Pdf viewers or Spreadsheets, or for their export functionalities to take most of the DPL capabilities.

As of Q2 2025 end-users are able to use product specific components, built with older DPL version, along with a newer DPL version.

The following table lists the main use-cases together with the necessary updates that are required by the developer according to the .NET version:

.NET Framework .NET Core/.NET Standard
Using Binaries (.DLL) Need to use the app.config/web.config file with binding redirect:
<bindingRedirect oldVersion="" newVersion="" />
Just replace the binaries
Using NuGet Packages Migrate to PackageReferences: Migrating from packages.config to PackageReference formats Just update the NuGet packages

See Also

In this article