以跨浏览器方式在网页上显示pdf的最佳方法是什么?我的目标是IE8 +。 另外,我需要一个解决方案,允许下拉或popins来到pdf。
答案 0 :(得分:1)
要嵌入,您需要将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阅读器