Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以在不使用 Microsoft.Office.Interop.Word.dll 的情况下将 c# 程序中的 docx 文件转换为 RTF 吗?
也许使用 Openxml 库。
我自己正在研究这个,到目前为止,我倾向于得出这样的结论,即如果不使用 Microsoft.Office.Interop.Word.dll 或类似 的第三方组件来进行转换,这是不可能的。
OpenXML 库非常适合读取/写入.docx文件,但格式转换必须使用 Word 引擎本身。
.docx