显示pdf跨浏览器的最佳方式

时间:2014-12-11 19:47:30

标签: internet-explorer pdf drop-down-menu cross-browser

以跨浏览器方式在网页上显示pdf的最佳方法是什么?我的目标是IE8 +。 另外,我需要一个解决方案,允许下拉或popins来到pdf。

1 个答案:

答案 0 :(得分:1)

You can use Google Docs Viewer to embed not just PDFs buts 12 other file formats including Excel & Powerpoint

要嵌入,您需要将PDF的网址附加到Google文档查看器服务的 url 查询字符串中。这是一个例子 -

<iframe src="http://docs.google.com/viewer?url=http%3A%2F%2Fdocs.google.com%2Fviewer%3Furl%3
Dhttp%253A%252F%252Flabs.google.com%252Fpapers%252F
bigtable-osdi06.pdf&embedded=true" style="border: none;" 
height="780" width="600">
</iframe>

更新:尝试使用Mozilla's PDF.js显示PDF内容。它是JavaScript中的PDF阅读器

相关问题