web中浏览PDF文件
2018-06-22 06:12:14来源:未知 阅读 ()
1.在web中浏览pdf文件。
2.支持大多数主流浏览器,包括IE8
3.参考网址:
https://pdfobject.com/
http://mozilla.github.io/pdf.js/
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="viewfile.aspx.cs" Inherits="Web.Student.viewfile" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script src="../Script/jquery-1.7.2.min.js"></script> <link rel="resource" type="application/l10n" href="../Plugin/pdfjs/web/locale/locale.properties" /> <script type="text/javascript" src="../Plugin/pdfobject/pdfobject.js"></script> <title>文档预览</title> <script type="text/javascript"> $(function () { $("#file-container").height($(window).height() - 20); $(window).resize(function () { $("#file-container").height($(window).height() - 20); }); viewpdf(); }); var viewpdf = function () {var options = {}; if (PDFObject.supportsPDFs) { //表示浏览器支持内联PDF console.log("Yay, this browser supports inline PDFs."); options = { page: 1,//默认显示第几页 fallbackLink: "<p>This is a <a href='<%=FPath %>'>fallback link</a></p>" }; } else { //表示浏览器不支持内联PDF console.log("Boo, inline PDFs are not supported by this browser"); options = { pdfOpenParams: { navpanes: 0, toolbar: 0, statusbar: 0, view: "FitV", pagemode: "none",//thumbs=显示缩略图;none=不显示缩略图。 locale: "zh-CN", page: 1//默认显示第几页 }, forcePDFJS: true, PDFJS_URL: "../Plugin/pdfjs/web/viewer.html" }; } var mypdf = PDFObject.embed("<%=FPath %>", "#file-container", options); }; </script> </head> <body style="margin:0;padding:0;"> <div id="file-container" style="width: 100%; height: 500px;"> </div> </body> </html>
引用的js文件下载地址:http://download.csdn.net/detail/wz122889488/9850544
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- Asp.net MVC SignalR来做实时Web聊天实例代码 2020-03-29
- Asp.Net中WebForm的生命周期 2020-03-29
- ASP.NET让FileUpload控件支持浏览自动上传功能的解决方法 2020-03-03
- ASP.NET使用WebService实现天气预报功能 2020-01-20
- 浅谈ASP.Net Core WebApi几种版本控制对比 2019-12-10
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash