Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>A page embedding a PDF in a short frame</title>
</head>
<body>
<embed
type="application/pdf"
src="file_pdfjs_test.pdf"
width="600"
height="64"
/>
</body>
</html>