|
|
@ -13125,8 +13125,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() { |
|
|
|
}(); |
|
|
|
}(); |
|
|
|
var version, build; |
|
|
|
var version, build; |
|
|
|
{ |
|
|
|
{ |
|
|
|
exports.version = version = '1.8.484'; |
|
|
|
exports.version = version = '1.8.487'; |
|
|
|
exports.build = build = 'e2ca894f'; |
|
|
|
exports.build = build = 'f1f9d985'; |
|
|
|
} |
|
|
|
} |
|
|
|
exports.getDocument = getDocument; |
|
|
|
exports.getDocument = getDocument; |
|
|
|
exports.LoopbackPort = LoopbackPort; |
|
|
|
exports.LoopbackPort = LoopbackPort; |
|
|
@ -28617,8 +28617,8 @@ if (!_util.globalScope.PDFJS) { |
|
|
|
} |
|
|
|
} |
|
|
|
var PDFJS = _util.globalScope.PDFJS; |
|
|
|
var PDFJS = _util.globalScope.PDFJS; |
|
|
|
{ |
|
|
|
{ |
|
|
|
PDFJS.version = '1.8.484'; |
|
|
|
PDFJS.version = '1.8.487'; |
|
|
|
PDFJS.build = 'e2ca894f'; |
|
|
|
PDFJS.build = 'f1f9d985'; |
|
|
|
} |
|
|
|
} |
|
|
|
PDFJS.pdfBug = false; |
|
|
|
PDFJS.pdfBug = false; |
|
|
|
if (PDFJS.verbosity !== undefined) { |
|
|
|
if (PDFJS.verbosity !== undefined) { |
|
|
@ -35066,24 +35066,24 @@ var Font = function FontClosure() { |
|
|
|
type = 'Type1'; |
|
|
|
type = 'Type1'; |
|
|
|
} |
|
|
|
} |
|
|
|
} else if (isOpenTypeFile(file)) { |
|
|
|
} else if (isOpenTypeFile(file)) { |
|
|
|
type = subtype = 'OpenType'; |
|
|
|
subtype = 'OpenType'; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
if (subtype === 'CIDFontType0C' && type !== 'CIDFontType0') { |
|
|
|
if (subtype === 'CIDFontType0C' && type !== 'CIDFontType0') { |
|
|
|
type = 'CIDFontType0'; |
|
|
|
type = 'CIDFontType0'; |
|
|
|
} |
|
|
|
} |
|
|
|
if (subtype === 'OpenType') { |
|
|
|
|
|
|
|
type = 'OpenType'; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
if (type === 'CIDFontType0') { |
|
|
|
if (type === 'CIDFontType0') { |
|
|
|
if (isType1File(file)) { |
|
|
|
if (isType1File(file)) { |
|
|
|
subtype = 'CIDFontType0'; |
|
|
|
subtype = 'CIDFontType0'; |
|
|
|
} else if (isOpenTypeFile(file)) { |
|
|
|
} else if (isOpenTypeFile(file)) { |
|
|
|
type = subtype = 'OpenType'; |
|
|
|
subtype = 'OpenType'; |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
subtype = 'CIDFontType0C'; |
|
|
|
subtype = 'CIDFontType0C'; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if (subtype === 'OpenType' && type !== 'OpenType') { |
|
|
|
|
|
|
|
type = 'OpenType'; |
|
|
|
|
|
|
|
} |
|
|
|
var data; |
|
|
|
var data; |
|
|
|
switch (type) { |
|
|
|
switch (type) { |
|
|
|
case 'MMType1': |
|
|
|
case 'MMType1': |
|
|
@ -36226,7 +36226,7 @@ var Font = function FontClosure() { |
|
|
|
} |
|
|
|
} |
|
|
|
var isTrueType = !tables['CFF ']; |
|
|
|
var isTrueType = !tables['CFF ']; |
|
|
|
if (!isTrueType) { |
|
|
|
if (!isTrueType) { |
|
|
|
if (header.version === 'OTTO' && !properties.composite || !tables['head'] || !tables['hhea'] || !tables['maxp'] || !tables['post']) { |
|
|
|
if (header.version === 'OTTO' && !(properties.composite && properties.cidToGidMap) || !tables['head'] || !tables['hhea'] || !tables['maxp'] || !tables['post']) { |
|
|
|
cffFile = new _stream.Stream(tables['CFF '].data); |
|
|
|
cffFile = new _stream.Stream(tables['CFF '].data); |
|
|
|
cff = new CFFFont(cffFile, properties); |
|
|
|
cff = new CFFFont(cffFile, properties); |
|
|
|
adjustWidths(properties); |
|
|
|
adjustWidths(properties); |
|
|
@ -47237,8 +47237,8 @@ exports.TilingPattern = TilingPattern; |
|
|
|
"use strict"; |
|
|
|
"use strict"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var pdfjsVersion = '1.8.484'; |
|
|
|
var pdfjsVersion = '1.8.487'; |
|
|
|
var pdfjsBuild = 'e2ca894f'; |
|
|
|
var pdfjsBuild = 'f1f9d985'; |
|
|
|
var pdfjsSharedUtil = __w_pdfjs_require__(0); |
|
|
|
var pdfjsSharedUtil = __w_pdfjs_require__(0); |
|
|
|
var pdfjsDisplayGlobal = __w_pdfjs_require__(26); |
|
|
|
var pdfjsDisplayGlobal = __w_pdfjs_require__(26); |
|
|
|
var pdfjsDisplayAPI = __w_pdfjs_require__(10); |
|
|
|
var pdfjsDisplayAPI = __w_pdfjs_require__(10); |
|
|
|