13 lines
331 B
13 lines
331 B
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<title>Text-only PDF.js example</title> |
|
<script src="../../build/generic/build/pdf.js"></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>
|
|
|