廣告:
<embed src="helloworld.swf" /> 可以直接預(yù)覽PDF,img,video 多功能插件
屬性 | 值 | 描述 |
---|---|---|
height | pixels | 設(shè)置嵌入內(nèi)容的高度。 |
scr | url | 嵌入內(nèi)容的 URL。 |
type | type | 定義嵌入內(nèi)容的類(lèi)型。 |
width | pixels | 設(shè)置嵌入內(nèi)容的寬度。 |
但是需要注意的是這個(gè)標(biāo)簽不能提供回退方案,與< iframe > < / iframe >
不同,這個(gè)標(biāo)簽是自閉合的的,也就是說(shuō)如果瀏覽器不支持PDF的嵌入,那么這個(gè)標(biāo)簽的內(nèi)容什么都看不到。用法如下:
<embed src="/index.pdf" type="application/pdf" width="100%" height="100%">
另一個(gè):http://mozilla.github.io/pdf.js/getting_started/#download
PDF.js: http://mozilla.github.io/pdf.js/
廣告: