Installation
Aspose.Words for .NET Plugins can be installed in several ways, tailored to different development environments and preferences.
Please note: since the plugins are based on the Aspose.Words for .NET, you must install Aspose.Words for .NET for the plugins to work correctly.
The recommended installation methods are listed below.
NuGet (Preferred Method)
NuGet is the most recommended method for installing Aspose.Words for .NET, as it ensures you always have the latest version and updates directly within your development environment. To install via NuGet:
- Open the NuGet Package Manager in your preferred IDE (e.g., Microsoft Visual Studio)
- Search for Aspose.Words for .NET and install it
Alternatively, you can run the following command in the Package Manager Console:
Install-Package Aspose.Words
MSI Installer
The MSI installer provides a convenient method to install Aspose.Words for .NET directly onto your system. This method is ideal for developers who prefer system-wide installation, allowing easy access to the Aspose.Words for .NET across multiple projects without manual DLL management.
- Go to the Aspose.Words for .NET Releases
page and download
Aspose.Words_for_.NET.msi - Run the MSI by double-clicking the downloaded file
- Follow the instructions in the installation wizard
- Include Aspose.Words for .NET in your project
ZIP Archive
For developers who prefer a manual setup, the ZIP archive offers the Aspose.Words for .NET DLLs as extractable files that can be manually added to your project. This method provides full control over the integration process.
- Download the ZIP package from the Aspose.Words for .NET Releases
- Extract the contents and reference the DLL files directly in your project