如何使用 Acrobat Reader 而不是 Acrobat 在网页中嵌入 PDF
我有一个使用 Acrobat 8 功能的 pdf 表单。该表单包含与托管网页交互的 Javascript。
我的一些 Windows 用户同时安装了 Adobe Acrobat 和 Acrobat Reader,并且需要 Adobe Acrobat 作为 pdf 文件的默认处理程序。使用 Adobe 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
PDF 会在客户端浏览器中加载,您无法从网页上对其进行控制。
您将需要客户确保他们的 PDF 默认与更高版本的阅读器关联。两个可能要做的事情:
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: