Google Docs Viewer / Office Web Apps Viewer 处理 Google / Microsoft 服务器上的文件。它首先将文件下载到服务器,因此如果文件位于我的组织的私有受保护内部网络中,而 Google / Microsoft 无法访问,那么它将无法工作。
<iframe src='https://docs.google.com/viewer?embedded=true&url=[INTRANET_OFFICE_FILE_URL]' />
<iframe src='https://view.officeapps.live.com/op/embed.aspx?src=[INTRANET_OFFICE_FILE_URL]' />
以上信息是否正确?
是否有可以处理 Intranet 文件的查看器?
我有兴趣查看 Word / Excel 文件(不是 PDF - 我可以使用<embed />
标签)。
谢谢