pdf.js/examples/text-only/index.html
2014-04-09 21:59:19 -05:00

14 lines
354 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Text-only PDF.js example</title>
<script src="../../build/generic/build/pdf.js" type="text/javascript"></script>
<script src="pdf2svg.js"></script>
</head>
<body>
<p>Text-only PDF.js example</p>
<div id="pageContainer" style="display: inline-block; border: solid 1px black;">
</div>
</body>
</html>