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版本的主要内容,如果未能解决你的问题,请参考以下文章

pdf.js 使用

uploadify html5版本怎么预览

解决pdf.js无法完全显示pdf文件内容的问题

PDF.js 学习笔记

PDF.js 学习笔记

asp.net点击一个按钮 直接出来水晶报表pdf预览了