|
|
|
@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdfCombined = {}));
@@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdfCombined = {}));
|
|
|
|
|
// Use strict in our context only - users might not want it
|
|
|
|
|
'use strict'; |
|
|
|
|
|
|
|
|
|
var pdfjsVersion = '1.6.230'; |
|
|
|
|
var pdfjsBuild = '8c5b925'; |
|
|
|
|
var pdfjsVersion = '1.6.232'; |
|
|
|
|
var pdfjsBuild = 'c457e60'; |
|
|
|
|
|
|
|
|
|
var pdfjsFilePath = |
|
|
|
|
typeof document !== 'undefined' && document.currentScript ? |
|
|
|
@ -47420,7 +47420,7 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
@@ -47420,7 +47420,7 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
|
|
|
|
|
for (var j = 0, jj = items.length; j < jj; j++) { |
|
|
|
|
if (typeof items[j] === 'string') { |
|
|
|
|
buildTextContentItem(items[j]); |
|
|
|
|
} else { |
|
|
|
|
} else if (isNum(items[j])) { |
|
|
|
|
ensureTextContentItem(); |
|
|
|
|
|
|
|
|
|
// PDF Specification 5.3.2 states:
|
|
|
|
|