14 lines
354 B
HTML
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>
|