且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Web浏览器中显示PDF

更新时间:2023-08-31 22:54:28

我使用谷歌文档嵌入PDF阅读器。该文档没有被上传到谷歌文档,但他们必须在网上提供。

I use Google Docs embeddable PDF viewer. The docs don't have to be uploaded to Google Docs, but they do have to be available online.

<iframe src="http://docs.google.com/gview?url=http://path.com/to/your/pdf.pdf&embedded=true" 
style="width:600px; height:500px;" frameborder="0"></iframe>