.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
Post a Comment