PDFObject 介绍
PDFObject 一个 在 html 文档中动态引入 PDF 文件 的轻量级 JavaScript 工具库 。
只需要引用pdfobject.js,不需要额外的库?
<script type="text/JavaScript" src="js/pdfobject.js"></script>
js:
<script type="text/JavaScript">
window.onload = function (){
var myPDF = new PDFObject({ url: "sample.pdf" }).em bed ();
};
</script>
?
网站地址 : http://pipwerks.mit-license.org/
GitHub: https://github.com/pipwerks/PDFObject
网站描述: 在线浏览pdf 文件
PDFObject官方网站
官方网站: http://pipwerks.mit-license.org/
如果觉得 网站内容还不错,欢迎将 网站 推荐给程序员好友。
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did175116