Install GroupDocs.Total for .NET

This topic describes how to add the GroupDocs.Total library to your .NET project. You can use a NuGet package to install this library or you can download necessary DLLs from the GroupDocs website: https://releases.groupdocs.com/total/net/.

Select GroupDocs.Total package and version

  • GroupDocs.Total
    - .NET Standard 6.0 assembly.
    - .NET Standard 2.0 in versions prior to 24.9.

You can also use GroupDocs.Total with .NET Framework 2.0 (Visual Studio 2005-2008), .NET Framework 4.0 (Visual Studio 2010), and later .NET Framework versions by selecting one of the previous versions of the GroupDocs.Total package. See the complete list of package versions and supported frameworks in the table below.

Package versionTarget frameworks
24.9.1.NET 6.0
24.8.0.NET Standard 2.0
24.7.0.NET Standard 2.0
24.6.0.NET Framework 4.6.2, .NET Standard 2.0
24.5.0.NET Framework 4.6.2, .NET Standard 2.0
24.4.0.NET Framework 4.6.2, .NET Standard 2.0
24.3.0.NET Framework 4.6.2, .NET Standard 2.0
24.2.0.NET Framework 4.6.2, .NET Standard 2.0
24.1.0.NET Framework 4.6.2, .NET Standard 2.0
See previous versions
Package versionTarget frameworks
23.12.0.NET Framework 4.6.2, .NET Standard 2.0
23.11.0.NET Framework 4.6.2, .NET Standard 2.0
23.10.0.NET Framework 4.6.2, .NET Standard 2.0
23.9.0.NET Framework 4.6.1, .NET Standard 2.0
23.8.0.NET Framework 4.6.1, .NET Standard 2.0
23.7.0.NET Framework 4.6.1, .NET Standard 2.0
23.6.0.NET Framework 4.6.1, .NET Standard 2.0
23.5.0.NET Framework 4.6.1, .NET Standard 2.1
23.4.0.NET Framework 4.6.1, .NET Standard 2.1
23.3.0.NET Framework 4.6.1, .NET Standard 2.1
23.2.0.NET Framework 4.6.1, .NET Standard 2.1
23.1.0.NET Framework 4.6.1, .NET Standard 2.1
22.12.0.NET Framework 4.6.1, .NET Standard 2.1
22.11.0.NET Framework 4.5, .NET Standard 2.1
22.10.0.NET Framework 4.5, .NET Standard 2.1
22.9.0.NET Framework 4.5, .NET Standard 2.1
22.8.0.NET Framework 4.5, .NET Standard 2.1
22.7.1.NET Framework 4.5, .NET Standard 2.1
22.7.0.NET Framework 4.5, .NET Standard 2.1
22.4.0.NET Framework 3.5, .NET Standard 2.1
22.1.0.NET Framework 2.0, .NET Standard 2.0
21.12.0.NET Framework 2.0, .NET Standard 2.0
21.11.0.NET Framework 2.0, .NET Standard 2.0
21.10.0.NET Framework 2.0, .NET Standard 2.0
21.9.0.NET Framework 2.0, .NET Standard 2.0
21.7.0.NET Framework 2.0, .NET Standard 2.0
21.6.0.NET Framework 2.0, .NET Standard 2.0
21.5.0.NET Framework 2.0, .NET Standard 2.0
21.4.0.NET Framework 2.0, .NET Standard 2.0
21.3.0matapackage
21.2.0matapackage
21.1.0matapackage
20.12.0matapackage
20.11.0matapackage
20.10.0matapackage
20.9.0matapackage
20.8.0matapackage
20.7.2matapackage
20.7.1matapackage
20.7.0matapackage
20.6.1matapackage
20.6.0matapackage
20.5.1matapackage
20.5.0matapackage
20.4.0matapackage
20.3.1matapackage
20.3.0matapackage
20.2.0matapackage
20.1.1matapackage
20.1.0matapackage
19.12.1matapackage
19.12.0matapackage
Package versionTarget frameworks
24.9.1.NET Framework 4.6.2
24.8.0.NET Framework 4.6.2
24.7.0.NET Framework 4.6.2
24.6.0.NET Framework 4.6.1
24.5.0.NET Framework 4.6.1
24.4.0.NET Framework 4.6.1
24.3.0.NET Framework 4.6.1
24.2.0.NET Framework 4.6.1
24.1.0.NET Framework 4.6.1
23.12.0.NET Framework 4.6.1
23.11.0.NET Framework 4.6.1
23.10.0.NET Framework 4.6.1
Tip
.NET Framework versions are designed to be backward compatible. This means that you can use GroupDocs.Total for .NET targeting .NET Framework 2.0 with later versions of .NET Framework, such as .NET Framework 4.8. Learn more about .NET Framework backward compatibility here.

Install GroupDocs.Total using NuGet packages

You can use the following tools to install the GroupDocs.Total NuGet package:

Use the NuGet Package Manager

Open your project or solution in Visual Studio and follow the steps below to install the GroupDocs.Total package using the NuGet Package Manager:

  1. In Solution Explorer, right-click your project name and select Manage NuGet Packages to display the NuGet Package Manager.

  2. Select the Browse tab and type GroupDocs.Total in the search box. Select the latest version of the GroupDocs.Total package and click Install.

Use the Package Manager Console

The Package Manager Console uses PowerShell commands to install, update, and remove NuGet packages. Open your project in Visual Studio and click Tools -> NuGet Package Manager -> Package Manager Console to open the console window. Run the the following command to install the latest version of the GroupDocs.Total library:

PM> Install-Package GroupDocs.Total
PM> Install-Package GroupDocs.Total.NETFramework

Use the .NET CLI

You can also use the .NET CLI tool to install and update NuGet packages. Open a terminal in your project’s folder and execute the following command to install the GroupDocs.Total package:

dotnet add package GroupDocs.Total
dotnet add package GroupDocs.Total.NETFramework

Download GroupDocs.Total from the official website

Visit https://releases.groupdocs.com/total/net/ and download the GroupDocs.Total assemblies as a ZIP archive or MSI installer. To reference the downloaded assembly files in your project, do the following:

  1. Extract files from the ZIP archive or run the MSI installer to install GroupDocs.Total to a specific location on your computer.
  2. Open your solution or project in Visual Studio.
  3. In Solution Explorer, right-click the References or Dependencies node, and select Add Reference (for a .NET Framework project) or Add Project Reference (for a .NET Core project).
  4. In the Reference Manager dialog box, select the Browse tab and click Browse to locate the GroupDocs.Total.dll file for the target framework.
  5. Click OK to add a reference to the GroupDocs.Total library to your project.
Warning

When installing GroupDocs.Total from the official website ensure that your project has all the required dependencies installed. Refer to the following page for details: