Assemblies required to convert Word document to Image

24 Jul 20262 minutes to read

Converting Word document to Image

For converting a Word document to image, the following assemblies need to be referenced in your application.

Platform(s)
Assembly

WPF

,

Windows Forms

,

ASP.NET MVC


Syncfusion.DocIO.Base
Syncfusion.Compression.Base
Syncfusion.OfficeChart.Base

Windows Forms

and

WPF (Client Profile)


Syncfusion.DocIO.ClientProfile
Syncfusion.Compression.Base
Syncfusion.OfficeChart.Base

ASP.NET Core

and

Blazor


Syncfusion.DocIO.Portable
Syncfusion.Compression.Portable
Syncfusion.OfficeChart.Portable
Syncfusion.Pdf.Portable
Syncfusion.DocIORenderer.Portable
Syncfusion.Pdf.Imaging.Portable
Syncfusion.MetafileRenderer.Portable
SkiaSharp.HarfBuzz
Syncfusion.SkiaSharpHelper.Portable

Windows UI Library (WinUI)


.NET Multi-platform App UI (.NET MAUI)


Syncfusion.DocIO.NET
Syncfusion.Compression.NET
Syncfusion.OfficeChart.NET
Syncfusion.Pdf.NET
Syncfusion.DocIORenderer.NET
Syncfusion.Pdf.Imaging.NET
Syncfusion.MetafileRenderer.NET
SkiaSharp
Syncfusion.SkiaSharpHelper.NET

TIPS

  1. If you encounter issues while using the .NET Word library in ASP.NET Core, refer to the troubleshooting guide for recommended checks and solutions.
  2. Switch to NuGet packages for a seamless experience:
    • Get frequent bug fixes every week.
    • Upgrade quickly with no manual effort.
  3. To avoid a trial watermark when using NuGet packages, it is recommended to register the license key in the application. Please refer to this link to know about registering Syncfusion® license key in your application to use our components.

Refer here to know more about NuGet packages required.

Retired Platforms

The following assemblies need to be referenced in your application based on the platform.

Platform(s)
Assembly

ASP.NET


Syncfusion.DocIO.Base
Syncfusion.Compression.Base
Syncfusion.OfficeChart.Base

Xamarin


Syncfusion.DocIO.Portable
Syncfusion.Compression.Portable
Syncfusion.OfficeChart.Portable
Syncfusion.Pdf.Portable
Syncfusion.DocIORenderer.Portable
Syncfusion.Pdf.Imaging.Portable
Syncfusion.MetafileRenderer.Portable
SkiaSharp.HarfBuzz
Syncfusion.SkiaSharpHelper.Portable

NOTE

Xamarin is retired. For new development, migrate to .NET MAUI.

  1. Starting with the v24.1.x, if you reference “Syncfusion.DocIORenderer”, you have to add the “Syncfusion.Pdf.Imaging” assembly reference in your projects to perform Word to Image conversion.
  2. Starting with the v27.1.x, if you reference “Syncfusion.DocIORenderer”, you have to add the “Syncfusion.MetafileRenderer” assembly reference in your projects to perform Word to Image conversion.

Converting Charts

The following assemblies are required to be referenced in addition to the above mentioned assemblies for converting the chart present in the Word document to image.

Platform(s)
Assembly
WPF, Windows Forms, ASP.NET MVC
Syncfusion.OfficeChartToImageConverter.WPF
Syncfusion.SfChart.WPF

Retired Platforms

The following assemblies need to be referenced in your application based on the platform.

Platform(s)
Assembly
ASP.NET
Syncfusion.OfficeChartToImageConverter.WPF
Syncfusion.SfChart.WPF

NOTE

  1. Starting with v16.2.0.x, if you reference Syncfusion® assemblies from trial setup or from the NuGet feed, you also have to add “Syncfusion.Licensing” assembly reference and include a license key in your projects. Please refer to this link to know about registering Syncfusion license key in your application to use our components.
  2. Syncfusion® components are available in nuget.org
  3. Starting with v15.3.0.x, a new Visual Studio add-in “Syncfusion Reference Manager” for WPF, and Windows Forms platforms is included. Using this add-in, you can easily add the necessary reference assemblies to your projects in an automated way. Please refer to this link for more information.