mirror of
https://github.com/pierre42100/comunic
synced 2025-07-04 07:35:02 +00:00
First commit
This commit is contained in:
13
3rdparty/pdf.js/examples/text-only/index.html
vendored
Executable file
13
3rdparty/pdf.js/examples/text-only/index.html
vendored
Executable file
@ -0,0 +1,13 @@
|
||||
<!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>
|
Reference in New Issue
Block a user