I am using the following code to display pdf using google with iframe .. It works fine. But I want to disable the "pop-out" option (which, after clicking the open PDF file button on a new tab with google documents) is displayed in the upper right corner next to the zoomin parameter on my web page. Is it possible?
I am currently using the following code -
<iframe src="http://docs.google.com/gview?url=http://example.com/files/myfile.pdf&embedded=true" style="width:600px; height:500px;" frameborder="0">
Dr mj source
share