PDF文件未在Chrome中的<embed>
标记中打开:
<embed src="http://www.example.com/pdf/100008156325455.pdf" width="510" height="432"/>
这不适用于Google Chrome 有没有办法在所有浏览器中显示PDF文件以供审核?
答案 0 :(得分:1)
使用iframe而不是嵌入。
<iframe src="http://www.example.com/pdf/100008156325455.pdf" width="510" height="432"/>