1、将下载的Word文档另存为xml格式
2、用Notepad++打开保存后的xml文件,查找“<w:documentProtection”节点,删除该节点所有内容,保存该xml文档。
删除该节点所有内容:<w:documentProtection w:edit="forms" w:enforcement="1" w:cryptProviderType="rsaFull" w:cryptAlgorithmClass="hash" w:cryptAlgorithmType="typeAny" w:cryptAlgorithmSid="4" w:cryptSpinCount="100000" w:hash="xa4tkxOy/BPB7MAwSe9jeb8Yq2s=" w:salt="LSG6dXe41LoT0YK/IJJgIw=="/>
3、用word打开盖xml文档,另存为,覆盖原先的word文档。
备注:另外一种方法,新建一个Word文档,选择“插入》对象》在文件中的文字”也可以,但是会改变页面布局。
时间: 2024-11-08 20:03:31