PDF 埋め込みテスト3

HTML

<object data="foo.pdf" type="application/pdf"></object>

<style>
object {
  width: 100%;
  height: 700px;
}
</style>