test.html
| 1 |
<html>
|
|---|---|
| 2 |
<head>
|
| 3 |
<title>Test</title> |
| 4 |
<style type="text/css"> |
| 5 |
.view {
|
| 6 |
position: relative;
|
| 7 |
width: 100%;
|
| 8 |
height: 100%;
|
| 9 |
}
|
| 10 |
.content {
|
| 11 |
position: relative;
|
| 12 |
width: 100%;
|
| 13 |
height: 100%;
|
| 14 |
background: white;
|
| 15 |
}
|
| 16 |
</style>
|
| 17 |
</head>
|
| 18 |
<body class="view"> |
| 19 |
<embed src="https://pdfobject.com/pdf/sample-3pp.pdf#page=2" type="application/pdf" class="content"/> |
| 20 |
</body>
|
| 21 |
</html>
|