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

佐手、 提交于 2019-12-24 05:13:07

问题


I want to convert Open xml representation of Word Documents in to RTF Format using C#.net.Please Guide me to Get out of this problem...


回答1:


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.



来源:https://stackoverflow.com/questions/6138442/how-to-convert-open-xml-representation-of-word-document-into-rtf-format-using-c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!