问题描述
我怎么可以转换的Open XML为RTF在C#?我可以只使用一个XSLT转换,只是游荡,如果有一个已经存在或是否有.NET库,可以做到这一点。
How can I convert Open XML to RTF in c#?I could use just an xslt to convert, just wandering if there is one already available or if there is a .net library that can do this.
推荐答案
不知道你是否知道,但有一个XSLT转换Word中打开XML转换为HTML名为
Not sure if you are aware but there is an XSLT to convert Word Open Xml to Html called
DocX2Html_IE.xslt 的
这是 OpenXML文档查看器中的codePLEX的一部分。我用这个样式表来创建自己的Word中的HTML解析器在C#中的指南,因为我不是一个巨大的XLST风扇。它不是完全以任何方式,但可能会帮助你作为一个起点,创建一个RTF XSLT。
Which is part of the OpenXML Document Viewer on codeplex. I've used this style sheet as a guide to creating my own Word to Html parser in c#, as I'm not a fan of giant XLST. It's not complete by any means but might help you as a starting point for creating a RTF xslt.
作为一个侧面说明这个项目一直没有自2009年更新
As a side note this project has not been updated since 2009
这篇关于XSLT或库为Open XML转换为RTF在.NET?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!