如何在不显示Firefox PDF查看器工具栏的情况下在网页中嵌入PDF?

时间:2015-09-15 15:00:27

标签: html firefox pdf web

如何在不显示Firefox PDF查看器工具栏(以及Chrome中的工具栏叠加层)的情况下在网页中嵌入PDF?

添加#toolbar=0似乎不会影响这些观看者。

我不想保护PDF,我想让它在网站上看起来更干净/更好。

电流

enter image description here

所需

enter image description here

2 个答案:

答案 0 :(得分:3)

以前以不同的方式询问过这个问题 你应该在你的src =""中尝试这样的事情。 :

Content-Disposition

以下是参考链接:Hiding the toolbars surrounding an embedded pdf?

答案 1 :(得分:0)

试试吧 CSS:

    div.pdf {
   position: absolute;
  top: -42px;
  left: 0;width:100%;
  }

和html是:

<div class="pdf"><embed src="http://URL_TO_PDF.com/pdf.pdf">