mirror of
https://github.com/pierre42100/comunic
synced 2024-11-17 02:51:13 +00:00
14 lines
331 B
HTML
Executable File
14 lines
331 B
HTML
Executable File
<!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>
|