display pdf in div

http://www.webdeveloper.com/forum/showthread.php?152923-PDF-within-a-DIV

1
2
3
4
5
6
7
8
  
<object data="test.pdf" type="application/pdf" width="300" height="200">
  
alt : test.pdf
  
</object>