文書更新:2018年07月08日(日) 午後10時43分19秒

Home > jQuery > pdf と HTML の埋込み > 「Google Docs Viewer」によるpdfの表示( 143 )

Webページ内に「Google Docs Viewer」を利用してpdfファイルを表示しています。PowerPoint(プレゼンテーション)、Word(文書)などのファイルを表示できるようです。

codeの追加

表示したい場所に記述する。
<iframe src="http://docs.google.com/viewer?url=leom.mydns.jp/pdf/demo1.pdf&amp;embedded=true" style="width:700px; height:950px" frameborder='1' ></iframe>
←青い文字が実際に表示するファイル名です

問題点

Internet Explorerでは正常に作動しないときがある。

PDFの表示デモ