-1

我想使用链接在谷歌文档中显示我的 pdf 文件。'floc' 是我的数据库中包含 .pdf 文件的文件名。

这是我的代码--->

                        <td><?php echo $file_row['fname']; ?> </td>
                        <td><a href="http://docs.google.com/viewer?url=<?php echo urldecode($file_row['floc']); ?>"> <i class="text-warning">View </i></a></td>

                        <td><em><i class="text-success"><?php echo $file_row['fdatein']; ?></i></em></td>

感谢您的即时帮助!

4

1 回答 1

0

尝试将其放入 iframe 中,例如

 <iframe id="iframe1" src="http://docs.google.com/gview?url=http://yourpdf&embedded=true#:0.page.1">
于 2013-05-21T12:46:18.907 回答