English

Convert JPG to DOCX in C# .NET

JPG is one of the commonly used image formats these days. 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 DOCX from within your .NET applications. Also, you may get a batch of JPG images that you need to convert into a DOCX document. To achieve that, this article shows how to convert JPG images to DOCX in C# .NET.
July 25, 2022 · 3 min · Usman Aziz