English

Convert JPG to Word in C# .NET

JPG is one of the commonly used image formats. JPG format supports lossy compression which reduces the file size of the images. There could be the case when you need to import a JPG image to the Word document from within your .NET applications. Also, you may get a batch of JPG images that you need to convert into a Word document. To achieve that, this article shows how to convert JPG images to Word in C# .NET.
July 29, 2022 · 3 min · Usman Aziz

Convert Image to Word in C#

MS Word has been in the business for many years that provides a bunch of features to create rich text documents. In addition to text formatting, you can use various graphical objects and images in the Word documents. In certain cases, you get a batch of images that you need to convert into a Word document. To achieve that, this article shows how to convert images to Word document in C# .NET.
July 28, 2022 · 2 min · Usman Aziz