2

I have 2 external buttons which will be printing and saving an embedded pdf on the page. After a couple of hours searching on google I couldnt find any helpful to solve this. I know that the embedded object has buttons to print and save, but the client wants it with 2 outside buttons. I'll appreciate any help you can give me, thnx.

This is how I have the pdf

<div class="test">
 <embed src="embedded.pdf" width="300" height="175" />
</div>
marsalal1014
  • 1,897
  • 3
  • 17
  • 24

1 Answers1

1

Does not look like this is possible for all browser due to security concerns. Please take a look at Invoking the print/save/email function of Adobe Reader plugin in browser for further explanation.

However, it may be possible with ActiveX in IE, see Silent print a embedded PDF.

Community
  • 1
  • 1
Brant Olsen
  • 5,628
  • 5
  • 36
  • 53