zoukankan      html  css  js  c++  java
  • 如何在在网页上显示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工具实现

  • 相关阅读:
    Echarts Jqplot嵌extjs4 windows 装配方法
    法学类人猿生存方案--升华成掌握可能的方式
    LeetCode Merge k Sorted Lists 解决报告
    Swift
    Swift
    Swift
    Swift
    Swift
    Swift
    Swift
  • 原文地址:https://www.cnblogs.com/q4486233/p/3503809.html
Copyright © 2011-2022 走看看