在浏览器中调用Adobe Reader插件的打印/保存/电子邮件功能

时间:2022-11-19 11:52:41

I am looking for a way to invoke the print/save/email functions from the Adobe Reader plugin in the browser. To better explain, please open the following image in your browser:

我正在寻找一种从浏览器中的Adobe Reader插件调用打印/保存/电子邮件功能的方法。为了更好地解释,请在浏览器中打开以下图像:

http://stylephp.com/demo/pdf.png

In the image, you'll see a sample PDF is loaded in the browser in the Adobe Reader plugin. And the plugin has the save/email/print buttons on it. Also, there are four similar html buttons on top of it.

在图像中,您将看到Adobe Reader插件中的浏览器中加载了示例PDF。插件上有保存/电子邮件/打印按钮。此外,它上面有四个类似的html按钮。

When clicked on the html buttons on top, I would like to invoke the button within the plugin.

当点击顶部的html按钮时,我想调用插件中的按钮。

FYI, I am using asp.net c# 2005.

仅供参考,我使用的是asp.net c#2005。

1 个解决方案

#1


The Adobe Reader plugin does not expose any external Javascript API.

Adobe Reader插件不会公开任何外部Javascript API。

#1


The Adobe Reader plugin does not expose any external Javascript API.

Adobe Reader插件不会公开任何外部Javascript API。