显示PDF但不下载

时间:2018-01-23 09:34:55

标签: javascript php html google-chrome pdf

我有很多PDF链接,当我点击其中任何一个时,它会在新标签页中打开,PDF阅读器中有很多选项。

enter image description here

基本上我只想disable下载按钮。

或者让我解释一下, 基本上,客户将以PDF格式上传他们的政策,但应该在普通视图中显示,例如图像或转换为非PDF格式的文本。

1 个答案:

答案 0 :(得分:0)

use #toolbar=0&navpanes=0



<iframe src="http://docs.google.com/gview?url=http://www.tutorialspoint.com/php/php_tutorial.pdf&embedded=true" style="width:600px; height:500px;" frameborder="0">
</iframe>
&#13;
&#13;
&#13;

输出:

http://prntscr.com/i4bxhg

它会起作用。 你可以从这里得到完整的清单, http://www.adobe.com/devnet/acrobat/pdfs/pdf_open_parameters.pdf