开发者

how to convert open xml representation of word document into RTF format using c#.net 4.0?

I want to convert Open xml representation o开发者_如何学运维f Word Documents in to RTF Format using C#.net.Please Guide me to Get out of this problem...


Old question, but maybe my reply can be useful for someone.

The Open XML sdk doesn't allow you to convert to other document formats itself so you will have to use an other option to do this.

The obvious alternative is to use Word itself. Word allows you to save a document as RTF and you can easily automate it using C#.

If you need an option that does not include Word, maybe you need to run server-side, then you can either use the Word Automation Services (but then you need Sharepoint I think) or you can use third-party options like Aspose.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜