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>