Get Type3 fonts working again.
This commit is contained in:
parent
be73cb4f42
commit
4e3f0e7463
2 changed files with 8 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
'use strict';
|
||||
|
||||
// Set this to true if you want to use workers.
|
||||
var useWorker = true;
|
||||
var useWorker = false;
|
||||
|
||||
var WorkerPage = (function() {
|
||||
function constructor(workerPDF, page, objs) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue