Converting a Microsoft Word Binary File Document (DOC) to a Microsoft Word OpenXML Document (DOCX) in C#

GdPicture.NET SDK includes the GdPictureDocumentConverter class, which provides many different methods and properties for document conversion of 100+ document/image formats. This class also provides methods for managing parameters like font, margin, page range, and image quality. This example shows how to convert a DOC file to a DOCX file in two steps:

Information

This code sample is an example that illustrates how to use our SDK. Please adapt it to your specific use case.