|
|
@ -7091,8 +7091,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() { |
|
|
|
}(); |
|
|
|
}(); |
|
|
|
var version, build; |
|
|
|
var version, build; |
|
|
|
{ |
|
|
|
{ |
|
|
|
exports.version = version = '1.8.603'; |
|
|
|
exports.version = version = '1.8.605'; |
|
|
|
exports.build = build = 'bbf5b4d7'; |
|
|
|
exports.build = build = 'ace9de6f'; |
|
|
|
} |
|
|
|
} |
|
|
|
exports.getDocument = getDocument; |
|
|
|
exports.getDocument = getDocument; |
|
|
|
exports.LoopbackPort = LoopbackPort; |
|
|
|
exports.LoopbackPort = LoopbackPort; |
|
|
@ -28201,8 +28201,8 @@ if (!_util.globalScope.PDFJS) { |
|
|
|
} |
|
|
|
} |
|
|
|
var PDFJS = _util.globalScope.PDFJS; |
|
|
|
var PDFJS = _util.globalScope.PDFJS; |
|
|
|
{ |
|
|
|
{ |
|
|
|
PDFJS.version = '1.8.603'; |
|
|
|
PDFJS.version = '1.8.605'; |
|
|
|
PDFJS.build = 'bbf5b4d7'; |
|
|
|
PDFJS.build = 'ace9de6f'; |
|
|
|
} |
|
|
|
} |
|
|
|
PDFJS.pdfBug = false; |
|
|
|
PDFJS.pdfBug = false; |
|
|
|
if (PDFJS.verbosity !== undefined) { |
|
|
|
if (PDFJS.verbosity !== undefined) { |
|
|
@ -35648,6 +35648,9 @@ var Font = function FontClosure() { |
|
|
|
var encodingId = font.getUint16(); |
|
|
|
var encodingId = font.getUint16(); |
|
|
|
var offset = font.getInt32() >>> 0; |
|
|
|
var offset = font.getInt32() >>> 0; |
|
|
|
var useTable = false; |
|
|
|
var useTable = false; |
|
|
|
|
|
|
|
if (potentialTable && potentialTable.platformId === platformId && potentialTable.encodingId === encodingId) { |
|
|
|
|
|
|
|
continue; |
|
|
|
|
|
|
|
} |
|
|
|
if (platformId === 0 && encodingId === 0) { |
|
|
|
if (platformId === 0 && encodingId === 0) { |
|
|
|
useTable = true; |
|
|
|
useTable = true; |
|
|
|
} else if (platformId === 1 && encodingId === 0) { |
|
|
|
} else if (platformId === 1 && encodingId === 0) { |
|
|
@ -36493,12 +36496,10 @@ var Font = function FontClosure() { |
|
|
|
if (cmapMappings[i].charCode !== unicodeOrCharCode) { |
|
|
|
if (cmapMappings[i].charCode !== unicodeOrCharCode) { |
|
|
|
continue; |
|
|
|
continue; |
|
|
|
} |
|
|
|
} |
|
|
|
if (hasGlyph(cmapMappings[i].glyphId)) { |
|
|
|
|
|
|
|
charCodeToGlyphId[charCode] = cmapMappings[i].glyphId; |
|
|
|
charCodeToGlyphId[charCode] = cmapMappings[i].glyphId; |
|
|
|
found = true; |
|
|
|
found = true; |
|
|
|
break; |
|
|
|
break; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if (!found && properties.glyphNames) { |
|
|
|
if (!found && properties.glyphNames) { |
|
|
|
var glyphId = properties.glyphNames.indexOf(glyphName); |
|
|
|
var glyphId = properties.glyphNames.indexOf(glyphName); |
|
|
|
if (glyphId === -1 && standardGlyphName !== glyphName) { |
|
|
|
if (glyphId === -1 && standardGlyphName !== glyphName) { |
|
|
@ -47699,8 +47700,8 @@ exports.PDFDataTransportStream = PDFDataTransportStream; |
|
|
|
"use strict"; |
|
|
|
"use strict"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var pdfjsVersion = '1.8.603'; |
|
|
|
var pdfjsVersion = '1.8.605'; |
|
|
|
var pdfjsBuild = 'bbf5b4d7'; |
|
|
|
var pdfjsBuild = 'ace9de6f'; |
|
|
|
var pdfjsSharedUtil = __w_pdfjs_require__(0); |
|
|
|
var pdfjsSharedUtil = __w_pdfjs_require__(0); |
|
|
|
var pdfjsDisplayGlobal = __w_pdfjs_require__(24); |
|
|
|
var pdfjsDisplayGlobal = __w_pdfjs_require__(24); |
|
|
|
var pdfjsDisplayAPI = __w_pdfjs_require__(7); |
|
|
|
var pdfjsDisplayAPI = __w_pdfjs_require__(7); |
|
|
|