pdf预览-js版本
Posted 学如逆水行舟,不进则退
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pdf预览-js版本相关的知识,希望对你有一定的参考价值。
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>js插件让你的网站支持在线预览pdf功能</title>
<script src="http://www.lanrenzhijia.com/ajaxjs/pdfobject.js"></script>
<script>
window.onload = function (){
var myPDF = new PDFObject({ url: "http://demo.lanrenzhijia.com/2014/pdf1023/sample.pdf" }).embed();
};
</script>
</head>
<body>
<p>如果没有正常显示,请<a href="http://demo.lanrenzhijia.com/2014/pdf1023/sample.pdf">点击下载pdf文档</a></p>
</body>
</html>
以上是关于pdf预览-js版本的主要内容,如果未能解决你的问题,请参考以下文章