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