1.最簡單的方法,可在公開的文件網址前加入 http://docs.google.com/viewer?url= ,便可透過 Google Docs Viewer 來閱讀。
PDF 文件: http://beta.2010taipeiexpo.tw/public/Data/071611381071.pdf
Google Docs Viewer: http://docs.google.com/viewer?url=
將網址變成 http://docs.google.com/viewer?url= + http://beta.2010taipeiexpo.tw/public/Data/071611381071.pdf
2.若要將 Google Docs Viewer 嵌入到自己的網頁,可使用 HTML 裡的 <iframe src=></iframe> 標籤語法,例如
<iframe src="http://docs.google.com/viewer?url=http://beta.2010taipeiexpo.tw/public/Data/071611381071.pdf
&embedded=true" width="650" height="780" style="border: none;"></iframe>
3.另外一種最快速的方式,就是進入 Google Docs Viewer 服務網頁後,直接將公開的文件網址貼到網頁的欄位,便可產生連結。