利用jacob获取打开加密word以及获取总页数

// 创建ActiveX部件 wordCom = new ActiveXComponent("Word.Application"); //word应用程序不可见 wordCom.setProperty("Visible", False); // 禁用宏 wordCom.setProperty("AutomationSecurity", new Variant(3)); try { // 返回wrd
相关文章
相关标签/搜索