【问题标题】:How to display multipage pdf through iframe in webpage?如何在网页中通过 iframe 显示多页 pdf?
【发布时间】:2020-01-23 02:44:53
【问题描述】:

我已经写了这个,但它只在 iOS 浏览器上显示 pdf 的第一页。

<iframe type="application/pdf" src="<?php echo $pdf['url']; ?>" width="320px" 
  height="800px" 
 frameborder="1" scrolling="yes" align="left">
</iframe>

【问题讨论】:

    标签: html css google-chrome pdf iframe


    【解决方案1】:

    我用下面的代码解决了这个问题。

     <iframe frameborder="0" scrolling="no" height="100%" width="100%"   src="https://docs.google.com/gview?url=<?php echo $pdf['url'];?>&embedded=true"> </iframe>
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2013-02-03
      • 2019-04-18
      • 1970-01-01
      • 2021-05-02
      • 2022-01-17
      • 2010-12-28
      相关资源
      最近更新 更多