<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WebD &#187; Google Docs</title>
	<atom:link href="http://webdlabs.com/tag/google-docs/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdlabs.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 10 Sep 2009 09:02:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Embeddable Google Document Viewer</title>
		<link>http://webdlabs.com/2009/09/embeddable-google-document-viewer/</link>
		<comments>http://webdlabs.com/2009/09/embeddable-google-document-viewer/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 09:00:38 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Docs]]></category>

		<guid isPermaLink="false">http://webdlabs.com/?p=71</guid>
		<description><![CDATA[Google Docs offers an undocumented feature that lets you embed PDF files and PowerPoint presentations in a web page. The files don&#8217;t have to be uploaded to Google Docs, but they need to be available online.

Here&#8217;s the code I used to embed the PDF file:
&#60;iframe src="http://docs.google.com/gview?url=http://infolab.stanford.edu/pub/papers/google.pdf&#38;embedded=true" style="width:600px; height:500px;" frameborder="0"&#62;&#60;/iframe&#62;
but you should replace the bold URL [...]]]></description>
			<content:encoded><![CDATA[<p>Google Docs offers an undocumented feature that lets you embed PDF files and PowerPoint presentations in a web page. The files don&#8217;t have to be uploaded to Google Docs, but they need to be available online.</p>
<p><iframe style="width: 550px; height: 450px;" frameborder="0" src="http://docs.google.com/gview?url=http://infolab.stanford.edu/pub/papers/google.pdf&amp;embedded=true"></iframe></p>
<p>Here&#8217;s the code I used to embed the PDF file:</p>
<p><code>&lt;iframe src="http://docs.google.com/gview?url=<strong>http://infolab.stanford.edu/pub/papers/google.pdf&amp;embedded=true</strong>" style="width:600px; height:500px;" frameborder="0"&gt;&lt;/iframe&gt;</code></p>
<p>but you should replace the bold URL with your own address. As I mentioned, the document viewer works for PDF and PPT files.</p>
<p>Some other sites that offer similar features: <a href="http://viewer.zoho.com/" target="_blank">Zoho Viewer</a>, <a href="http://www.pdfmenot.com/" target="_blank">PdfMeNot</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdlabs.com/2009/09/embeddable-google-document-viewer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
