- 2009/09/17 15:05
- WEBサービス
Google Document Viewerを使えばADOBE READERを起動しなくてもPDFを見せることができます。
IFAMEを使って表示する方法は
<iframe src="http://docs.google.com/gview?url=URL&embedded=true" style="width:600px; height:500px;" frameborder="0"></iframe>
単純に「http://docs.google.com/gview?url=URL&embedded=true」としてももちろんOK。
これからのPDF表示には欠かせない方法になるかもしれませんので覚えておいて損はないかも。
