如果你有一个pdf文档,或者微软word,excel,ppt文档,想直接嵌在网页里,让读者无需安装adobe reader或者MS office就可以浏览,可以试试Google Docs Viewer。
比如我有一个在线pdf:http://file.3shi.net/shijianjianshi.pdf。下面是嵌入网页后的效果。
如何做到的呢?
1 | <iframe src="http://docs.google.com/gview?url=http://file.3shi.net/shijianjianshi.pdf&embedded;=true" style="width:600px; height:800px;" frameborder="0"></iframe> |
只要修改其中红色的部分就可以了。