On May 10, 2011, at 11:41 AM, Vasile Ermicioi wrote: > For example, if you wanted to view the PDF at the URL > http://labs.google.com/papers/bigtable-osdi06.pdf , you would use the URL: > http://docs.google.com/viewer?url=http%3A%2F%2Flabs.google.com%2Fpapers%2Fbigtable-osdi06.pdf
A minor point: you don't need to escape colons and slashes in a query string, so this URL works fine: http://docs.google.com/viewer?url=http://labs.google.com/papers/bigtable-osdi06.pdf Most browsers support PDF viewing, either directly or via a plugin. Safari (at least on Macs) also supports PDF as an image format, embedded with the <img> tag.

