隐藏嵌入 pdf 周围的工具栏? [英] Hiding the toolbars surrounding an embedded pdf?

查看:40
本文介绍了隐藏嵌入 pdf 周围的工具栏?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

虽然我认为答案可能在另一个问题 关于 pdf 规范的回答,是否可以不显示嵌入的 pdf 文档中的 adobe acrobat 工具栏?

Though I think the answer maybe in this other question's answer concerning the pdf specification, is it possible to not display the adobe acrobat toolbars in an embedded pdf document?

推荐答案

如果你使用 Firefox 浏览器以外的任何浏览器,那么下面的代码将嵌入一个没有任何工具栏的 PDF 文件:

If you use any browser besides Firefox browser, then the following code will embed a PDF file without any toolbars:

<embed
  src="http://URL_TO_PDF.com/pdf.pdf#toolbar=0&navpanes=0&scrollbar=0"
  width="425" height="425" />

  • 请注意,这不适用于 Firefox
  • 请参阅网页设计师指南 博文了解详情.
  • 查看嵌入式标签参数的完整列表 了解更多信息.
    • Please note that this does not work on Firefox
    • See the Web Designer's Guide blog post for details.
    • See the full list of embedded tag parameters for more information.
    • 这篇关于隐藏嵌入 pdf 周围的工具栏?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆