pdf.js/helloworld/index.html
Artur Adib 6e29034912 Hello World example
Perhaps the simplest use of pdf.js.

See README.md in the new folder
2011-09-16 08:28:42 -07:00

19 lines
460 B
HTML

<!doctype html>
<html>
<head>
<!-- PDF.js-specific -->
<script type="text/javascript" src="../pdf.js"></script>
<script type="text/javascript" src="../metrics.js"></script>
<script type="text/javascript" src="../fonts.js"></script>
<script type="text/javascript" src="../glyphlist.js"></script>
<script type="text/javascript" src="hello.js"></script>
</head>
<body>
<canvas id="the-canvas" style="border:1px solid black;"/>
</body>
</html>