Files
pathduck.github.io/test/pdf/pdf-embed.html
T
2025-06-01 10:07:00 +02:00

16 lines
304 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>HTML Test Page</title>
</head>
<body>
<div>
Test Embed PDF:<br>
<embed width="50%" height="600px" type='application/pdf' src="https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44678.pdf">
</div>
</body>
</html>