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.
我已经成功完成了在浏览器中显示 pdf 文件的代码,而不是打开“打开/保存”对话框。现在我坚持在浏览器中显示 word 文档。我想在 Firefox、IE7+、chrome 等中显示 word 文档。
任何人都可以帮助。在浏览器中显示 word doc 时,我总是得到“打开/保存”对话框。
如果不为每个可以理解格式以及如何呈现它的浏览器编写插件,就无法在浏览器中内联显示 word 文档。
为每个浏览器编写这样的插件是可能的,但对于每个浏览器来说,这是一项很大的工作,更不用说实际的解析器和渲染引擎了。这很容易就是几年的工作。
可能这可以帮助你
http://blogs.msdn.com/b/interoperability/archive/2009/05/17/openxml-document-viewer-v1-released-viewing-docx-files-as-html.aspx