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

查看:1099
本文介绍了隐藏围绕嵌入式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?

推荐答案

以下代码将嵌入一个没有任何工具栏的pdf:

The following code will embed a pdf without any toolbars:

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

有关详情,请参阅此博客: http://blogs.adobe.com/pdfdevjunkie/2007/08/using_the_html_embed_tag_to_di.html

See this blog for details: http://blogs.adobe.com/pdfdevjunkie/2007/08/using_the_html_embed_tag_to_di.html

有关嵌入式标记的完整参数列表,请参阅以下内容:

http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdf_open_parameters.pdf

For a full list of parameters to the embedded tag see this:
http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdf_open_parameters.pdf

这篇关于隐藏围绕嵌入式pdf的工具栏?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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