本文介绍了无需在客户端站点下载即可查看PDF的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我想在我的网页上找不到PDF查看器,无法在客户端网站上下载。我想作为



http://www.scribd.com/doc/206731980/Microsoft-NET-Interview-Questions-MS-NET-Certification-Review



这个类型的PDF查看器在我的asp.net网页上。所以请帮助我并提供好的东西来实现它或提供代码。



谢谢

Hi,

I want PDF viewer on my web page which could not download on client site. I want to as

http://www.scribd.com/doc/206731980/Microsoft-NET-Interview-Questions-MS-NET-Certification-Review

this type of PDF viewer on my web page in asp.net. so please help me and provide good stuff to implement it or provide code.

Thank you

推荐答案


<iframe src="http://docs.google.com/gview?url=http://infolab.stanford.edu/pub/papers/google.pdf&embedded=true" style="width:600px; height:500px;" frameborder="0"></iframe>





那么你只需要将自己的文档文件设置为url查询字符串参数就是这样!



Then you just need to set up your own document file to the "url" query string param and that's it!


这篇关于无需在客户端站点下载即可查看PDF的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 07:03
查看更多