gpt4 book ai didi

jquery - pdf加载到iframe时如何防止下载?

转载 作者:行者123 更新时间:2023-12-04 14:35:11 25 4
gpt4 key购买 nike

当 iframe 加载 pdf 时自动下载 pdf 文件。我该如何防止这种情况。

 $(function () {
$("#dialog").dialog({
autoOpen: false,
modal: true,
resizable: false,
width: "auto",
show: "fade",
hide: "fade",
height: "auto",
open: function(ev, ui){
$('#main_iframe').attr('src',($('#dialog').data('url')));

}
});

$('#btn_ca').click(function(){
$('#dialog').data('url', 'consumer_affairs.pdf');
$('#dialog').dialog('open');

});

最佳答案

使用一些 PDF 查看器来避免它可下载。 Google Viewer例如。

示例: http://docs.google.com/gview?url=http://infolab.stanford.edu/pub/papers/google.pdf&embedded=true

使用 PHP 读取 details here

这也将帮助您使用 PHP 读取文件:http://www.setasign.com/products/fpdi/about/

关于jquery - pdf加载到iframe时如何防止下载?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21380173/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com