Open your project or solution in Visual Studio and follow the steps below to install the GroupDocs.Conversion package using the NuGet Package Manager:
In Solution Explorer, right-click your project name and select Manage NuGet Packages to display the NuGet Package Manager.
Select the Browse tab and type GroupDocs.Conversion in the search box. Select the appropriate package for your target framework (GroupDocs.Conversion for .NET 6+ or GroupDocs.Conversion.NETFramework for .NET Framework) 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 one of the following commands to install the latest version of the GroupDocs.Conversion library:
You can also use the .NET CLI tool to install and update NuGet packages. This method is available for .NET 6+ projects. Open a terminal in your project’s folder and execute the following command to install the GroupDocs.Conversion package:
dotnet add package GroupDocs.Conversion
Download GroupDocs.Conversion from the official website
Extract files from the ZIP archive or run the MSI installer to install GroupDocs.Conversion to a specific location on your computer.
Open your solution or project in Visual Studio.
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 project).
In the Reference Manager dialog box, select the Browse tab and click Browse to locate the GroupDocs.Conversion.dll file for the target framework.
Click OK to add a reference to the GroupDocs.Conversion library to your project.
Warning
If your application targets .NET 6+, ensure that your project has all the required dependencies installed. Refer to the following page for details: GroupDocs.Conversion dependencies.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.
On this page
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.