在 Fancybox 或其他灯箱中显示 PDF

发布于 2024-10-07 01:00:45 字数 226 浏览 0 评论 0原文

你好,我想知道是否有一种方法可以在灯箱中显示 pdf,最好是 Fancybox。

我设置了这个页面 http://smrtbrand.com/guidance/

如果您点击新生儿购物清单,我会将其加载到iframe 但它加载 pdf 作为数据我相信。

有什么想法吗?

HI I was wondering if there is a way to display a pdf in a light box, preferably Fancybox.

I have this page set up
http://smrtbrand.com/guidance/

If you click on new born shopping list I have it loading in a iframe but it it loads pdf as data I believe.

Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

捶死心动 2024-10-14 01:00:45

使用 Fancybox iframe

<a href="sample.php">This goes to iframe</a>

并在 example.php 中使用 Google 文档查看器

<iframe src="http://docs.google.com/gview?  url=http://smrtbrand.com/pdfs/SMRT.newbaby.chcklst.pdf&embedded=true"
style="width:600px; height:500px;" frameborder="0"></iframe>

use Fancybox iframe

<a href="sample.php">This goes to iframe</a>

and in sample.php use Google Document Viewer

<iframe src="http://docs.google.com/gview?  url=http://smrtbrand.com/pdfs/SMRT.newbaby.chcklst.pdf&embedded=true"
style="width:600px; height:500px;" frameborder="0"></iframe>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文