c#上如何保存所有打开的word文档? (不是从 c# 打开)

On c# how to save all words documents open? (not open from c# )

要尝试这个,必须执行这些步骤..

您可以使用 System.Runtime.InteropServices.Marshal.GetActiveObject 方法获取 运行 Word 应用程序 class 的实例。有关详细信息,请参阅 How to use Visual C# to automate a running instance of an Office program

然后您可以使用 Word 对象模型做任何您需要的事情。参见 How to automate Microsoft Word to create a new document by using Visual C# and C# app automates Word (CSAutomateWord)