PDF_插件展示方案
<!DOCTYPE html>
<html>
<head>
<style>
html,body{height:100%;}
</style>
</head>
<body style="background-color: rgb(38,38,38); height: 100%; width: 100%; overflow: hidden; margin: 0">
<embed width="100%" height="100%" name="plugin" id="plugin"
src="http://foo.com/baz.pdf" type="application/pdf" internalinstanceid="7">
</body>
</html>