Home > Backend Development > PHP Tutorial > php 怎么让office文档和pdf文件直接显示在网页中

php 怎么让office文档和pdf文件直接显示在网页中

WBOY
Release: 2016-06-13 10:16:03
Original
1351 people have browsed it

php 如何让office文档和pdf文件直接显示在网页中?
直接显示在网页中,而且排列那些都对,就和用客户端打开显示的那样!  
我用 链接,在mac下,用safari这个浏览器可以直接显示到网页上,但是在windows下用ie访问的时候提示打开或者是保存,打开直接就用客户端打开了! 
  我想点击直接显示到网页上,这个该怎么实现?

------解决方案--------------------
其实win下面的chrome也可以直接打开的,这和浏览器有关,像ie这样的老家伙估计就得装插件啥的了吧
------解决方案--------------------
浏览器只能打开它所能识别的文件,如果出现下载对话框,则说明浏览器不认得他
你需要安装相应的程序或插件
------解决方案--------------------

探讨

浏览器只能打开它所能识别的文件,如果出现下载对话框,则说明浏览器不认得他
你需要安装相应的程序或插件

------解决方案--------------------
如果要统一所有浏览器的表现,只有一个办法,在服务端把这些文件转换成HTML格式。
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template