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

Install using NuGet Packages

This article describes how you can install the Document Processing Libraries using a NuGet package. There are two ways for getting the NuGet packages:

Manually Download NuGet Packages

1. First you need to log in using your Telerik licensed account. Telerik Document Processing is a part of several Telerik bundles and is available in the Downloads section of the suite with which you've obtained the product, e.g. UI for Blazor. This way you will be able to download the packages:

install-using-nuget001

2. Then, you need to add packages to Visual Studio. Open the NuGet manager and then click the Options button:

installation-nuget-packages 002

3. Add new package source. The Source should point to the local folder with the NuGets:

install-using-nuget002

4. The final step is to select and install the desired packages.

install-using-nuget003

The Telerik Document Processing libraries are available in two versions:

  • A version for .Net Framework 4.0 or later

  • A version for .Net Standard 2.0

Both versions are available as NuGet packages but with different names. The assemblies for .NET Standard do not contain the word Windows in their name.

Download from the NuGet server

Before you can install Telerik NuGet packages, you must configure the Telerik NuGet server (https://nuget.telerik.com/v3/index.json) as a package source in Visual Studio:

The old https://nuget.telerik.com/nuget server is deprecated and we encourage our clients to switch to the v3 API. The new v3 API is faster, lighter, and reduces the number of requests from NuGet clients.

1. In the Visual Studio Solution Explorer, right-click a Project, select Manage NuGet Packages..., and then select the Settings icon:

installation-nuget-packages 001

2. Select + to add a new package source and enter https://nuget.telerik.com/v3/index.json in the Source field. Add a name for the new package source, for example, Telerik NuGet Server:

installation-nuget-packages 002

3. Select Telerik NuGet Server from the Package Source dropdown, and you will be prompted for a user name and a password. Use the credentials for your Telerik Account.

installation-nuget-packages 003

4. Select and install the desired NuGet packages.

installation-nuget-packages 004

See Also

In this article