How to Embed PDF & PPT Files on Webpage with Google Document Viewer
ADVERTISEMENTS
You already know how to upload multiple documents on Google Docs now here is an interesting feature of Google Docs uncovered by Google Operating system. With help of Google Document Viewer we can embed any PDF file of PowerPoint presentation on any webpage. The only criteria is the file need to be embedded should be online and accessible.
There is no need to upload document on Google Docs in order to use Google Document Viewer. Check out below code snippet which needs to be added on webpage to embed documents.
<iframe src="http://docs.google.com/gview?url=http://www.blogsdna.com/wp-content/uploads/2009/09/Blogsdna.pdf&embedded=true" style="width:600px; height:500px;" frameborder="0"></iframe>
Sample PDF Document Embedded using Google Document Viewer
Just replace bold text with your own document link that’s it.














