I am using google viewer api and I want to disable the copy paste functionality within the frame.
example:
<iframe src="http://docs.google.com/gview?url=http://infolab.stanford.edu/pub/papers/google.pdf&embedded=true" style="width:600px; height:500px;" frameborder="0"></iframe>
Here’s my solution (from my comment):
DEMO
HTML
CSS
I made the overlay (yellow box) width 590px so you still have 10px for the scrollbar.