Add JpegStreamProxy - doesnt seem to be used anywhere in the example.pdf file
This commit is contained in:
parent
ddd8aeffb9
commit
04cec20384
3 changed files with 64 additions and 8 deletions
|
@ -15,6 +15,9 @@ importScripts("pdf.js");
|
|||
importScripts("fonts.js");
|
||||
importScripts("glyphlist.js")
|
||||
|
||||
// Use the JpegStreamProxy proxy.
|
||||
JpegStream = JpegStreamProxy;
|
||||
|
||||
// var array = new Uint8Array(2);
|
||||
// array[0] = 1;
|
||||
// array[1] = 300;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue