-1

我正在尝试使用 googledoc 查看器显示 pdf 文件,因为我正在使用以下代码

 <iframe src="http://docs.google.com/gview?
  url=http://sitename/Content/Bullettin/Data/tredsetter.pdf &embedded=true" 
  style="width:790px; height:500px;" frameborder="0"></iframe>

但在我的网站页面加载中 iframe 显示以下消息

 Sorry, we were unable to find the document at the original source.
 Verify that the document still exists.
 You can also try to download the original document by clicking here.

当我单击“此处”链接时,我的文档将加载到 iframe 中。我不明白有什么问题。请帮我

4

2 回答 2

1
    <iframe src="http://docs.google.com/gview?url=URL&embedded=true" style="width:790px; height:500px;" frameborder="0"></iframe>

现在试试,可以吗?

于 2013-12-23T08:48:04.010 回答
0

您的文件根本不存在...检查代码中的链接,它显示 404 错误

于 2013-12-23T08:42:06.607 回答