如何在aspx页面显示pdf?

net mvc 3.我想将pdf文件显示为aspx页面的一部分以供预览。

我不想使用IFrame控件。 我们可以这样做吗?


我知道你说没有框架,但Google PDF查看器似乎是最流行的:

<iframe src="http://docs.google.com/gview?url=http://example.com/mypdf.pdf&embedded=true"
  style="width:718px; height:700px;" frameborder="0"></iframe>

你可以尝试:

<embed src="http://yoursite.com/the.pdf" width="500" height="375">

将HTML嵌入到HTML中的最佳方式

链接地址: http://www.djcxy.com/p/36469.html

上一篇: how to show pdf inside the aspx page?

下一篇: Display attached pdf in browser within iframe