本文介绍了在网页中显示pdf文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何在3层架构的网页中显示pdf文件?
How to displaying pdf files in web page in 3 tier architecture?
推荐答案
<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>
然后你只需要设置自己的文件fil e到url查询字符串参数,就是这样!
Then you just need to set up your own document file to the "url" query string param and that's it!
这篇关于在网页中显示pdf文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!