File: index.html

package info (click to toggle)
pdf.js 1.0.907%2Bdfsg-1%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 36,472 kB
  • ctags: 8,197
  • sloc: makefile: 41
file content (13 lines) | stat: -rw-r--r-- 331 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
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>