【问题标题】:How to embed PDF in a web page using Acrobat Reader instead of Acrobat如何使用 Acrobat Reader 而不是 Acrobat 在网页中嵌入 PDF
【发布时间】:2011-01-29 07:25:44
【问题描述】:

我有一个使用 Acrobat 8​​ 功能的 pdf 表单。该表单包含与托管网页交互的 Javascript。

我的一些 Windows 用户同时安装了 Adob​​e Acrobat 和 Acrobat Reader,并且需要 Adob​​e Acrobat 作为 pdf 文件的默认处理程序。使用 Adob​​e Acrobat 7 的用户无法使用该表单,即使他们可能安装了 Acrobat Reader 8 或 9。

目前,PDF 是这样嵌入的:

<object id="host" data="/path/to/document.pdf" type="application/pdf" width="900" height="550" ></object>

【问题讨论】:

    标签: html pdf embed acrobat


    【解决方案1】:

    PDF 在客户端浏览器中加载,您无法通过网页进行控制。

    您需要客户端确保他们的 PDF 默认与更高版本的阅读器相关联。两种可能的做法:

    • 在 acrobat reader 8/9 中,转到帮助并选择修复此安装。然后它可能会将此版本正确注册为默认 PDF 程序以启动 PDF 内容
    • 在浏览器中,转到工具-> 选项并选择设置程序以将 PDF 类型与 Acrobat Reader 8/9 相关联。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2018-06-26
      • 2010-10-25
      • 2018-04-13
      • 1970-01-01
      • 1970-01-01
      • 2020-10-05
      • 1970-01-01
      • 2018-04-03
      相关资源
      最近更新 更多