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 10, 9, 8, 7, 6, .NET Core, .NET Standard 2.0+, and .NET Framework 4.6.2 and above.
IronWord depends on the IronSoftware.System.Drawing package for graphical operations such as rendering and processing DOCX content. On Windows, this typically resolves through GDI+, which ships with the OS, allowing IronWord to operate efficiently in headless and server-based environments, including Windows Server Core configurations.
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 Standard 2.0+, and .NET 6/7/8/9/10.
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 10, 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. It depends on the IronSoftware.System.Drawing package for graphical operations, which typically resolves through GDI+ on Windows without requiring a full graphical interface.
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. IronWord relies on GDI+/System.Drawing-related libraries for graphical operations, so some advanced operations may need system-level libraries that need to be manually enabled or installed.
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.

