|
|
@ -20772,8 +20772,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() { |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
|
}(); |
|
|
|
}(); |
|
|
|
exports.version = '1.7.295'; |
|
|
|
exports.version = '1.7.297'; |
|
|
|
exports.build = '63c472ce'; |
|
|
|
exports.build = '425ad309'; |
|
|
|
exports.getDocument = getDocument; |
|
|
|
exports.getDocument = getDocument; |
|
|
|
exports.PDFDataRangeTransport = PDFDataRangeTransport; |
|
|
|
exports.PDFDataRangeTransport = PDFDataRangeTransport; |
|
|
|
exports.PDFWorker = PDFWorker; |
|
|
|
exports.PDFWorker = PDFWorker; |
|
|
@ -39533,8 +39533,8 @@ if (!globalScope.PDFJS) { |
|
|
|
globalScope.PDFJS = {}; |
|
|
|
globalScope.PDFJS = {}; |
|
|
|
} |
|
|
|
} |
|
|
|
var PDFJS = globalScope.PDFJS; |
|
|
|
var PDFJS = globalScope.PDFJS; |
|
|
|
PDFJS.version = '1.7.295'; |
|
|
|
PDFJS.version = '1.7.297'; |
|
|
|
PDFJS.build = '63c472ce'; |
|
|
|
PDFJS.build = '425ad309'; |
|
|
|
PDFJS.pdfBug = false; |
|
|
|
PDFJS.pdfBug = false; |
|
|
|
if (PDFJS.verbosity !== undefined) { |
|
|
|
if (PDFJS.verbosity !== undefined) { |
|
|
|
sharedUtil.setVerbosityLevel(PDFJS.verbosity); |
|
|
|
sharedUtil.setVerbosityLevel(PDFJS.verbosity); |
|
|
@ -45022,7 +45022,7 @@ var Font = function FontClosure() { |
|
|
|
useTable = true; |
|
|
|
useTable = true; |
|
|
|
} else if (platformId === 1 && encodingId === 0) { |
|
|
|
} else if (platformId === 1 && encodingId === 0) { |
|
|
|
useTable = true; |
|
|
|
useTable = true; |
|
|
|
} else if (platformId === 3 && encodingId === 1 && (!isSymbolicFont && hasEncoding || !potentialTable)) { |
|
|
|
} else if (platformId === 3 && encodingId === 1 && (hasEncoding || !potentialTable)) { |
|
|
|
useTable = true; |
|
|
|
useTable = true; |
|
|
|
if (!isSymbolicFont) { |
|
|
|
if (!isSymbolicFont) { |
|
|
|
canBreak = true; |
|
|
|
canBreak = true; |
|
|
@ -57264,8 +57264,8 @@ exports.TilingPattern = TilingPattern; |
|
|
|
|
|
|
|
|
|
|
|
"use strict"; |
|
|
|
"use strict"; |
|
|
|
|
|
|
|
|
|
|
|
var pdfjsVersion = '1.7.295'; |
|
|
|
var pdfjsVersion = '1.7.297'; |
|
|
|
var pdfjsBuild = '63c472ce'; |
|
|
|
var pdfjsBuild = '425ad309'; |
|
|
|
var pdfjsSharedUtil = __w_pdfjs_require__(0); |
|
|
|
var pdfjsSharedUtil = __w_pdfjs_require__(0); |
|
|
|
var pdfjsDisplayGlobal = __w_pdfjs_require__(25); |
|
|
|
var pdfjsDisplayGlobal = __w_pdfjs_require__(25); |
|
|
|
var pdfjsDisplayAPI = __w_pdfjs_require__(10); |
|
|
|
var pdfjsDisplayAPI = __w_pdfjs_require__(10); |
|
|
|