Add JpegStreamProxy - doesnt seem to be used anywhere in the example.pdf file

This commit is contained in:
Julian Viereck 2011-06-22 14:02:54 +02:00
parent ddd8aeffb9
commit 04cec20384
3 changed files with 64 additions and 8 deletions

View file

@ -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;