如图各位,我想用PHP输出一个PDF文档的内容到网页上,怎么实现。

解决方案 »

  1.   

    <embed width=100% height=300 fullscreen=yes src="http://localhost/PDF文档.pdf"/>
      

  2.   

    php开发圣经上的PDFlib Lite或者FODF 
      

  3.   

    怎么会 IE好像就不行 ???
    我用的就是 IE
      

  4.   


    我在IE中试过了真的不行<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>无标题文档</title>
    </head><body><embed width=100% height=300 fullscreen=yes src="http://localhost/Thinkphp.pdf"/></body>
    </html>
      

  5.   


    ie还真不行,没有相关插件
    你试试ietest就知道了