1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Simplify text-selection example.

This commit is contained in:
Yury Delendik 2014-08-06 10:56:05 -05:00
parent e8af56ffc5
commit c6f8244ce5
3 changed files with 57 additions and 67 deletions

View file

@ -2,7 +2,6 @@
<head>
<title>Minimal pdf.js text-selection demo</title>
<link href="css/minimal.css" rel="stylesheet" media="screen" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
<!-- you will need to run "node make generic" first before you can use this -->
<script src="../../build/generic/build/pdf.js"></script>
@ -21,7 +20,7 @@
<body>
This is a minimal pdf.js text-selection demo. The existing minimal-example shows you how to render a PDF, but not
how to enable text-selection. This example shows you how to do both. <br /><br />
<div id="pdfContainer" class="pdf-content">
<div id="pdfContainer">
</div>
</body>
</html>