我想知道是否有办法在灯箱中显示pdf,最好是Fancybox。
我已设置此页面 http://smrtbrand.com/guidance/
如果你点击新出生的购物清单,我将它加载到iframe中,但它会加载pdf作为我相信的数据。
有什么想法吗?
答案 0 :(得分:5)
使用Fancybox iframe
<a href="sample.php">This goes to iframe</a>
并在sample.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>