您的位置:首页 > 其它

如何在在网页上显示pdf文档

2014-01-03 15:41 363 查看
------解决方案--------------------
通过flash插件
------解决方案--------------------
RAD PDF Release 2.7
http://www.radpdf.com/install/release-notes/
crk: http://ufo-crackerx.blog.163.com/blog/static/11307877820123952447519/ ------解决方案--------------------
微软官方一般都使用xps
------解决方案--------------------
这根C#没关系,这是html的事情
直接 <embed,OBJECT 就可以了
<embed src="http://yoursite.com/the.pdf" width="500" height="375"></embed>

<OBJECT data="YourFile.pdf" TYPE="application/x-pdf" TITLE="SamplePdf"
WIDTH=200 HEIGHT=100>
<a href="YourFile.pdf">shree</a>
</object>

现在有很多js工具实现
参见 http://blogs.adobe.com/pdfdevjunkie/web_designers_guide http://mozilla.github.com/pdf.js/web/viewer.html https://github.com/mozilla/pdf.js ------解决方案--------------------
可采用js工具实现
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: