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.
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
Frequently Asked Questions
What Windows operating systems are compatible with IronWord?
IronWord is compatible with Windows 10, Windows 11, and Windows Server 2016 and newer.
Which .NET versions does IronWord support?
IronWord supports .NET 9, 8, 7, 6, .NET Core, .NET Standard 2.0+, and .NET Framework 4.6.2 and above.
Is IronWord suitable for headless environments?
Yes, IronWord is suitable for headless and server-based environments as it does not rely on graphical components like System.Drawing.
Can IronWord be installed via NuGet?
Yes, IronWord can be installed via NuGet as the IronWord package, supporting both x86 and x64 systems.
Are there any specific installation requirements for Windows Server Core?
When deploying on Windows Server Core, ensure all necessary .NET runtime and OS dependencies are included. While IronWord lacks graphical requirements, some advanced operations may need system-level libraries.
How can I optimize IronWord for lighter deployments?
For lighter deployments, you can remove any unused architecture folders from the /runtimes directory in your project.
Does IronWord support both x86 and x64 systems?
Yes, IronWord includes support for both x86 and x64 systems.