Skip to content

Commit b8f0941

Browse files
committed
Add embed and object PDF pages
1 parent 1b43ad8 commit b8f0941

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

assets/html/embed-pdf.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE HTML>
2+
<html>
3+
<head>
4+
</head>
5+
<body>
6+
7+
PDF embedded via embed tag.
8+
<embed src="../pdf/simple-webkit-pages.pdf" width="500" height="375" type="application/pdf">
9+
10+
</body>
11+
</html>
12+

assets/html/object-pdf.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE HTML>
2+
<html>
3+
<head>
4+
</head>
5+
<body>
6+
7+
PDF embedded via object tag.
8+
<object data="../pdf/simple-webkit-pages.pdf" width="500" height="375" type="application/pdf">
9+
10+
</body>
11+
</html>
12+

assets/pdf/simple-webkit-pages.pdf

48.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)