Add missing resolve for font obj and make sure image objs ids are strings as well
This commit is contained in:
parent
e6bd3d8105
commit
0e8952681b
3 changed files with 3 additions and 1 deletions
|
@ -261,6 +261,7 @@ var WorkerPDFDoc = (function() {
|
|||
case "JpegStream":
|
||||
var IR = data[2];
|
||||
new JpegStreamIR(objId, IR);
|
||||
console.log('got image');
|
||||
break;
|
||||
case "Font":
|
||||
var name = data[2];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue