iframe无法在Firefox中打开pdf文件“无法预览”

时间:2019-08-14 19:25:54

标签: html pdf firefox

我正在尝试在Iframe

中打开pdf文件

<div>
 <iframe src="https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/pdf_open_parameters.pdf" frameborder="0" style="border: solid red 1px;"></iframe> 
</div>

我将看到“没有可预览的预览”消息,而不是pdf,但是如果在下面的位置添加相同的iframe,它将正常工作。 它仅在Firefox浏览器中发生。
我也无法在Firefox中使用<object><ember>标签打开pdf

1 个答案:

答案 0 :(得分:0)

adobe.com禁止嵌入,因此我添加到您的问题的代码段在Web控制台中显示了该代码段:

  

X-Frame-Options拒绝加载:“ https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/pdf_open_parameters.pdf”中的“ SAMEORIGIN”,站点不允许来自的跨域框架

当我下载PDF并在本地尝试时,一切都对我有用。

“无可用预览”听起来像您在干扰第三方软件。