Calling the print / save / email function of the Adobe Reader plugin in the browser

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

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

In the image, you can see the sample PDF loaded in the browser in the Adobe Reader plugin. And the plugin has save / email / print buttons. In addition, it has four similar html buttons.

When you click on the html buttons on top, I would like to call the button inside the plugin.

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

+1


source to share


1 answer


The Adobe Reader plugin does not provide an external Javascript API.



+2


source







All Articles