I am using google docs viewer to show pdf in my zf2 website but while showing that in Iframe it automatically showing grey background.
Is there any way to remove that background.
HTML Code:
<iframe src="http://docs.google.com/viewer?url=http%3A%2F%2Fsamplepdf.com%2Fsample.pdf&embedded=true" width="400" height="780" style="border: none;"></iframe>
js fiddle : http://jsfiddle.net/Amit_Jadli/34zoyaba/5/
Please Help me on this,
Thanks in Advance,