将 Word Mail Merge 文档从 2003 格式转换为 2010 格式
我需要将大约 100 个邮件合并文档从 2003 年转换为 2010 年格式(.doc 到 .docx)。
我遇到的问题是,为了转换文档,我需要打开它们。但其中一些无法打开,因为我没有正确的头文件/文件中的任何数据。
有没有办法可以将这些文档转换为新格式而不打开它们?
注意:微软提供的转换器失败。怎样也无所谓。如果有一个程序或代码可以完成此任务,那么它会很有帮助。
I need to convert about 100 mail merge documents from 2003 to 2010 format(.doc to .docx).
The trouble I am having is that in order to convert the documents I need to open them. But some of them won't open because I don't have the correct header files/ any data in the files.
Is there a way I can convert these documents to the new format without opening them?
Note: The converter provided by microsoft fails. Also it doesn't matter how. If there's a program or code that can accomplish this then it is helpful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试 npoi 项目。
希望这有帮助。
You can try npoi project.
Hope this helps.