File: index.html

package info (click to toggle)
pdf.js 2.14.305%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 107,564 kB
  • sloc: javascript: 134,317; makefile: 15
file content (14 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>Text-only PDF.js example</title>
    <script src="../../node_modules/pdfjs-dist/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>