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

------解决方案--------------------
通过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工具实现

posted @ 2014-01-03 15:41  Tube  阅读(543)  评论(0编辑  收藏  举报