|
|
@ -20,8 +20,8 @@ if (typeof PDFJS === 'undefined') { |
|
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {}; |
|
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {}; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
PDFJS.version = '1.3.38'; |
|
|
|
PDFJS.version = '1.3.40'; |
|
|
|
PDFJS.build = '83dbdc1'; |
|
|
|
PDFJS.build = 'a8279f7'; |
|
|
|
|
|
|
|
|
|
|
|
(function pdfjsWrapper() { |
|
|
|
(function pdfjsWrapper() { |
|
|
|
// Use strict in our context only - users might not want it
|
|
|
|
// Use strict in our context only - users might not want it
|
|
|
@ -18271,6 +18271,9 @@ var PartialEvaluator = (function PartialEvaluatorClosure() { |
|
|
|
return translated.loadType3Data(self, resources, operatorList, task). |
|
|
|
return translated.loadType3Data(self, resources, operatorList, task). |
|
|
|
then(function () { |
|
|
|
then(function () { |
|
|
|
return translated; |
|
|
|
return translated; |
|
|
|
|
|
|
|
}, function (reason) { |
|
|
|
|
|
|
|
return new TranslatedFont('g_font_error', |
|
|
|
|
|
|
|
new ErrorFont('Type3 font load error: ' + reason), translated.font); |
|
|
|
}); |
|
|
|
}); |
|
|
|
}).then(function (translated) { |
|
|
|
}).then(function (translated) { |
|
|
|
state.font = translated.font; |
|
|
|
state.font = translated.font; |
|
|
|