如何使用 Acrobat Reader 而不是 Acrobat 在网页中嵌入 PDF

发布于 2024-08-26 03:40:09 字数 394 浏览 3 评论 0原文

我有一个使用 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>

I have a pdf form that uses Acrobat 8 features. The form contains Javascript that interacts with the hosting web page.

Some of my Windows users have both Adobe Acrobat and Acrobat Reader installed, and need Adobe Acrobat to be the default handler for pdf files. The users with Adobe Acrobat 7 are unable to use the form, even though they might have Acrobat Reader 8 or 9 installed.

Currently, the PDF is embedded like this:

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ら栖息 2024-09-02 03:40:09

PDF 会在客户端浏览器中加载,您无法从网页上对其进行控制。

您将需要客户确保他们的 PDF 默认与更高版本的阅读器关联。两个可能要做的事情:

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

The PDF is loaded in client browser and you can't control that from your web page.

You will need the client to make sure that their PDF is by default associated with the later version of the reader. Two possible things to do:

  • In acrobat reader 8/9, go to Help and select repair this installation. It may then register this version correctly as the default PDF program to launch for PDF content
  • In the browser, go to Tools->Options and choose Set Programs to associate the PDF types with Acrobat Reader 8/9.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文