Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>A page with a cross-site PDF in a sandboxed iframe</title>
</head>
<body>
<iframe
sandbox="allow-downloads"
width="600"
height="400"
></iframe>
</body>
</html>