Generic build of PDF.js library.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
420 B

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>PDF.js SVG viewer example</title>
<script src="../../node_modules/requirejs/require.js"></script>
<script src="viewer.js"></script>
<style>
body {
background-color: #404040;
}
.pageContainer {
border: 1px solid #000;
margin: 5px auto;
background-color: #FFF;
}
</style>
</head>
<body>
</body>
</html>