Browse Source

Add jbig2 references to examples and make.js

Yury Delendik 13 years ago
parent
commit
306092f53e
  1. 1
      examples/acroforms/index.html
  2. 1
      examples/helloworld/index.html
  3. 1
      make.js

1
examples/acroforms/index.html

@ -25,6 +25,7 @@ @@ -25,6 +25,7 @@
<script type="text/javascript" src="../../src/worker.js"></script>
<script type="text/javascript" src="../../external/jpgjs/jpg.js"></script>
<script type="text/javascript" src="../../src/jpx.js"></script>
<script type="text/javascript" src="../../src/jbig2.js"></script>
<script type="text/javascript">
// Specify the main script used to create a new PDF.JS web worker.

1
examples/helloworld/index.html

@ -25,6 +25,7 @@ @@ -25,6 +25,7 @@
<script type="text/javascript" src="../../src/worker.js"></script>
<script type="text/javascript" src="../../external/jpgjs/jpg.js"></script>
<script type="text/javascript" src="../../src/jpx.js"></script>
<script type="text/javascript" src="../../src/jbig2.js"></script>
<script type="text/javascript">
// Specify the main script used to create a new PDF.JS web worker.

1
make.js

@ -166,6 +166,7 @@ target.bundle = function() { @@ -166,6 +166,7 @@ target.bundle = function() {
'worker.js',
'../external/jpgjs/jpg.js',
'jpx.js',
'jbig2.js',
'bidi.js',
'metadata.js'];

Loading…
Cancel
Save