.net - Print PDF from IFrame -


i have used iframe display pdf file embedded in webpage.

this html code:

<iframe id="myiframe" src="http://docs.google.com/gview?url=http://www.example.com/test/pdf_guidelines.pdf&embedded=true" style="width: 90%; height: 700px;"> 

now want add button print pdf. (not save) went through many of questions couldn't working solution this. need handle ie 8+, chrome , ff


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -