gpt4 book ai didi

javascript - 哪种方法可以将 PDF 放入 iframe 中?

转载 作者:行者123 更新时间:2023-12-03 10:53:22 28 4
gpt4 key购买 nike

我需要一种在 IE、Chrome 和 Firefox 中真正有效的方法来在 iframe 中显示 PDF。我无法使用 google docs GView 来执行此操作...我需要另一种 100% 功能的方法。请给我一些例子...我已经尝试过 PDFJS 和 PDFObject,但它们不起作用。

非常感谢。

最佳答案

PDF Object用于在对象中创建 pdf View 。您可以创建一个对象,并将其引用到一个 id:

HTML:

JavaScript:

var pdf = new PDFObject({
url: "sample.pdf",
id: "object",
pdfOpenParams: {
view: "FitH"
}
}).embed("object")

跨浏览器工作!您只需在项目中包含 PDF 对象代码即可。

关于javascript - 哪种方法可以将 PDF 放入 iframe 中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28351668/

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