28 lines
568 B
HTML
28 lines
568 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Test</title>
|
|
</head>
|
|
<body>
|
|
<h1>Pdf Test</h1>
|
|
<div>
|
|
<!--<iframe hidden id="pdf-js-viewer" src="/pdf/web/viewer.html?file=nothing.pdf" title="webviewer" frameborder="0" width="100%" height="100%"></iframe>-->
|
|
<iframe src="/pdf/web/test.pdf#toolbar=0"></iframe>
|
|
</div>
|
|
</body>
|
|
<style>
|
|
*{
|
|
margin:0;
|
|
padding:0;
|
|
}
|
|
iframe{
|
|
height: 11in;
|
|
width: 8.5in;
|
|
border:none;
|
|
display:block;
|
|
margin: auto;
|
|
}
|
|
|
|
h1 {text-align: center;}
|
|
</style>
|
|
</html> |