views:

798

answers:

2

Hello There,

I've recently discovered Stack Overflow and I simply love it! I have got a problem at work and thought I should post that here first.

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:

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.

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

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

I would appreciate if anybody can give a hand!

Thanks

Raju Mazumder

+1  A: 

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

David Brown
A: 

Wow, you just love every place you go!

http://forums.asp.net/t/1365114.aspx

Eric

epascarello