我试图通过iframe和像这样的googledocs来实现它
<iframe src="http://docs.google.com/gview?url=http://infolab.stanford.edu/pub/papers/google.pdf&embedded=true" style="width: 106%; margin-top: -10px; margin-left:-10px; margin-right:-10px; height: 480px;" frameborder="0"></iframe>
但它没有显示任何内容。 Object
也不起作用,因为没有软件可以读取pdf文件。
我也尝试使用pdf.js
库,但不能让它对我有效。
有没有解决这个问题的方法?