Saravanan
Saravanan

Reputation: 11612

Is that possible to convert doc file to docx programatically in C# by using openxmlsdk 2.0?

I have to convert .doc file to .docx file programatically in C#(4.0) by using openxmlsdk 2.0.

could you please suggest me some of the approach for doing this by using openxmlsdk or without openxmlsdk interface?

Upvotes: 2

Views: 2056

Answers (1)

andy
andy

Reputation: 6079

You can refer the link here they have given the solution for your question.

Aspose.Words for .NET

Aspose.Words for .NET is an advanced component and class library for .NET that enables you to perform a wide range of document processing tasks directly within your .NET applications.

Aspose.Words for .NET supports DOC, OOXML, RTF, HTML, OpenDocument, PDF, XPS, EPUB and other formats. With Aspose.Words you can view, generate, modify, convert, render and print documents without using Microsoft Word.

Upvotes: 1

Related Questions