Using IronWord for .NET on Windows
IronWord is compatible with Windows 10, Windows 11, and Windows Server 2016 and newer. It supports development across .NET 9, 8, 7, 6, .NET Core, .NET Standard 2.0+, and .NET Framework 4.6.2 and above.
IronWord does not rely on graphical components like System.Drawing, which makes it well-suited for headless and server-based environments. This allows it to operate efficiently on Windows Server Core configurations, where graphical interfaces and libraries are limited or missing.
Please note
Windows-Specific Installation
NuGet Installation
IronWord is available via NuGet as the IronWord package. This includes support for both x86 and x64 systems.
Fully supports .NET Framework 4.6.2+, .NET Core, Standard, and .NET /5/6/7/8/9.
For lighter deployments, you can remove any unused architecture folder from /runtimes in your project directory.
Install via Package Manager Console:
Install-Package IronWord