草庐IT

wordprocessingml

全部标签

c# - CustomXMLPart 中的换行符

我正在通过重写CustomXMLPart文件来更新word文档。我基本上遵循了本教程:http://blogs.msdn.com/b/brian_jones/archive/2009/01/05/taking-advantage-of-bound-content-controls.aspxprivatebool_makeDoc(){varpath=HttpContext.Current.Server.MapPath("~/Classes/Word/template.docx");using(WordprocessingDocumentmyDoc=WordprocessingDocume

.net - 是否有 XSLT 可用于将 WordprocessingML 转换为 RTF

我目前在C#中以编程方式生成docx文件。我想将我的文档文件转换为RTF。这可以通过XSLT转换来完成。是否有公开可用的转换?我也对将docx转换为PDF和HTML感兴趣。 最佳答案 看OpenXMLViewer,可用于将openXML(docx)转换为html。 关于.net-是否有XSLT可用于将WordprocessingML转换为RTF,我们在StackOverflow上找到一个类似的问题: https://stackoverflow.com/ques