Thursday, September 10, 2009

Programming: Inline PDF Embedding With Google Docs

Very useful embed object available from Google Docs lets you create an inline PDF or PowerPoint object in your HTML code.

Here's the code from Google Operating System blog.

<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 what it looks like in the frame.

No comments: