gpt4 book ai didi

javascript - 如何在 iFrame 中加载 PDF 文件?在 react 中工作

转载 作者:行者123 更新时间:2023-11-30 11:16:01 25 4
gpt4 key购买 nike

我正在尝试在 REACT 中的 iFrame 中加载 pdf 文件,代码如下所示:

render(){
return(
<iframe
sandbox="allow-same-origin allow-scripts allow-forms"
title="PortletIFrameWidget"
src={'.resources/crayola.pdf'}
ref={(f) => { this.ifr = f }}
/>
)
}

我收到警告:

Resource interpreted as Document but transferred with MIME type application/pdf: "http://localhost:8080/resources/crayola.pdf"

但是当我转到链接时:"http://localhost:8080/resources/crayola.pdf " 我可以很容易地看到 PDF 的内容,所以有 pdf 文件,问题是:它没有被上传/呈现在框架。为什么?

这适用于 MOZILLA FIREFOX 和 EDGE,但不适用于 CHROME。

知道为什么会这样吗?以及如何在 REACT 的 iFrame 中加载 PDF 文件

最佳答案

这与React无关,问题显然出在GOogle-Chrome中。这是我做的解决方案:

<iframe src="./resources/crayola.pdf" title="title">
Presss me: <a href="./resources/crayola.pdf">Download PDF</a>
</iframe>

以及对我有帮助的链接: PDFobject

关于javascript - 如何在 iFrame 中加载 PDF 文件?在 react 中工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51494680/

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