@ -88,7 +88,7 @@ return /******/ (function(modules) { // webpackBootstrap
@@ -88,7 +88,7 @@ return /******/ (function(modules) { // webpackBootstrap
/******/ _ _w _pdfjs _require _ _ . p = "" ;
/******/
/******/ // Load entry module and return exports
/******/ return _ _w _pdfjs _require _ _ ( _ _w _pdfjs _require _ _ . s = 48 ) ;
/******/ return _ _w _pdfjs _require _ _ ( _ _w _pdfjs _require _ _ . s = 47 ) ;
/******/ } )
/************************************************************************/
/******/ ( [
@ -97,7 +97,7 @@ return /******/ (function(modules) { // webpackBootstrap
@@ -97,7 +97,7 @@ return /******/ (function(modules) { // webpackBootstrap
"use strict" ;
/* WEBPACK VAR INJECTION */ ( function ( global ) {
var compatibility = _ _w _pdfjs _require _ _ ( 47 ) ;
var compatibility = _ _w _pdfjs _require _ _ ( 48 ) ;
var globalScope = typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : this ;
var FONT _IDENTITY _MATRIX = [
0.001 ,
@ -20022,8 +20022,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
@@ -20022,8 +20022,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
}
} ;
} ( ) ;
exports . version = '1.7.376 ' ;
exports . build = 'e2e13df4 ' ;
exports . version = '1.7.378 ' ;
exports . build = '086021b2 ' ;
exports . getDocument = getDocument ;
exports . PDFDataRangeTransport = PDFDataRangeTransport ;
exports . PDFWorker = PDFWorker ;
@ -38777,8 +38777,8 @@ if (!globalScope.PDFJS) {
@@ -38777,8 +38777,8 @@ if (!globalScope.PDFJS) {
globalScope . PDFJS = { } ;
}
var PDFJS = globalScope . PDFJS ;
PDFJS . version = '1.7.376 ' ;
PDFJS . build = 'e2e13df4 ' ;
PDFJS . version = '1.7.378 ' ;
PDFJS . build = '086021b2 ' ;
PDFJS . pdfBug = false ;
if ( PDFJS . verbosity !== undefined ) {
sharedUtil . setVerbosityLevel ( PDFJS . verbosity ) ;
@ -42159,6 +42159,9 @@ var PDFDocument = function PDFDocumentClosure() {
@@ -42159,6 +42159,9 @@ var PDFDocument = function PDFDocumentClosure() {
try {
infoDict = this . xref . trailer . get ( 'Info' ) ;
} catch ( err ) {
if ( err instanceof MissingDataException ) {
throw err ;
}
info ( 'The document information dictionary is invalid.' ) ;
}
if ( infoDict ) {
@ -56480,6 +56483,47 @@ exports.TilingPattern = TilingPattern;
@@ -56480,6 +56483,47 @@ exports.TilingPattern = TilingPattern;
/* 47 */
/***/ ( function ( module , exports , _ _w _pdfjs _require _ _ ) {
"use strict" ;
var pdfjsVersion = '1.7.378' ;
var pdfjsBuild = '086021b2' ;
var pdfjsSharedUtil = _ _w _pdfjs _require _ _ ( 0 ) ;
var pdfjsDisplayGlobal = _ _w _pdfjs _require _ _ ( 26 ) ;
var pdfjsDisplayAPI = _ _w _pdfjs _require _ _ ( 10 ) ;
var pdfjsDisplayTextLayer = _ _w _pdfjs _require _ _ ( 12 ) ;
var pdfjsDisplayAnnotationLayer = _ _w _pdfjs _require _ _ ( 9 ) ;
var pdfjsDisplayDOMUtils = _ _w _pdfjs _require _ _ ( 3 ) ;
var pdfjsDisplaySVG = _ _w _pdfjs _require _ _ ( 11 ) ;
exports . PDFJS = pdfjsDisplayGlobal . PDFJS ;
exports . build = pdfjsDisplayAPI . build ;
exports . version = pdfjsDisplayAPI . version ;
exports . getDocument = pdfjsDisplayAPI . getDocument ;
exports . PDFDataRangeTransport = pdfjsDisplayAPI . PDFDataRangeTransport ;
exports . PDFWorker = pdfjsDisplayAPI . PDFWorker ;
exports . renderTextLayer = pdfjsDisplayTextLayer . renderTextLayer ;
exports . AnnotationLayer = pdfjsDisplayAnnotationLayer . AnnotationLayer ;
exports . CustomStyle = pdfjsDisplayDOMUtils . CustomStyle ;
exports . createPromiseCapability = pdfjsSharedUtil . createPromiseCapability ;
exports . PasswordResponses = pdfjsSharedUtil . PasswordResponses ;
exports . InvalidPDFException = pdfjsSharedUtil . InvalidPDFException ;
exports . MissingPDFException = pdfjsSharedUtil . MissingPDFException ;
exports . SVGGraphics = pdfjsDisplaySVG . SVGGraphics ;
exports . UnexpectedResponseException = pdfjsSharedUtil . UnexpectedResponseException ;
exports . OPS = pdfjsSharedUtil . OPS ;
exports . UNSUPPORTED _FEATURES = pdfjsSharedUtil . UNSUPPORTED _FEATURES ;
exports . isValidUrl = pdfjsDisplayDOMUtils . isValidUrl ;
exports . createValidAbsoluteUrl = pdfjsSharedUtil . createValidAbsoluteUrl ;
exports . createObjectURL = pdfjsSharedUtil . createObjectURL ;
exports . removeNullCharacters = pdfjsSharedUtil . removeNullCharacters ;
exports . shadow = pdfjsSharedUtil . shadow ;
exports . createBlob = pdfjsSharedUtil . createBlob ;
exports . getFilenameFromUrl = pdfjsDisplayDOMUtils . getFilenameFromUrl ;
exports . addLinkAttributes = pdfjsDisplayDOMUtils . addLinkAttributes ;
/***/ } ) ,
/* 48 */
/***/ ( function ( module , exports , _ _w _pdfjs _require _ _ ) {
"use strict" ;
/* WEBPACK VAR INJECTION */ ( function ( global ) {
if ( typeof PDFJS === 'undefined' || ! PDFJS . compatibilityChecked ) {
@ -57895,47 +57939,6 @@ if (typeof PDFJS === 'undefined' || !PDFJS.compatibilityChecked) {
@@ -57895,47 +57939,6 @@ if (typeof PDFJS === 'undefined' || !PDFJS.compatibilityChecked) {
}
/* WEBPACK VAR INJECTION */ } . call ( exports , _ _w _pdfjs _require _ _ ( 13 ) ) )
/***/ } ) ,
/* 48 */
/***/ ( function ( module , exports , _ _w _pdfjs _require _ _ ) {
"use strict" ;
var pdfjsVersion = '1.7.376' ;
var pdfjsBuild = 'e2e13df4' ;
var pdfjsSharedUtil = _ _w _pdfjs _require _ _ ( 0 ) ;
var pdfjsDisplayGlobal = _ _w _pdfjs _require _ _ ( 26 ) ;
var pdfjsDisplayAPI = _ _w _pdfjs _require _ _ ( 10 ) ;
var pdfjsDisplayTextLayer = _ _w _pdfjs _require _ _ ( 12 ) ;
var pdfjsDisplayAnnotationLayer = _ _w _pdfjs _require _ _ ( 9 ) ;
var pdfjsDisplayDOMUtils = _ _w _pdfjs _require _ _ ( 3 ) ;
var pdfjsDisplaySVG = _ _w _pdfjs _require _ _ ( 11 ) ;
exports . PDFJS = pdfjsDisplayGlobal . PDFJS ;
exports . build = pdfjsDisplayAPI . build ;
exports . version = pdfjsDisplayAPI . version ;
exports . getDocument = pdfjsDisplayAPI . getDocument ;
exports . PDFDataRangeTransport = pdfjsDisplayAPI . PDFDataRangeTransport ;
exports . PDFWorker = pdfjsDisplayAPI . PDFWorker ;
exports . renderTextLayer = pdfjsDisplayTextLayer . renderTextLayer ;
exports . AnnotationLayer = pdfjsDisplayAnnotationLayer . AnnotationLayer ;
exports . CustomStyle = pdfjsDisplayDOMUtils . CustomStyle ;
exports . createPromiseCapability = pdfjsSharedUtil . createPromiseCapability ;
exports . PasswordResponses = pdfjsSharedUtil . PasswordResponses ;
exports . InvalidPDFException = pdfjsSharedUtil . InvalidPDFException ;
exports . MissingPDFException = pdfjsSharedUtil . MissingPDFException ;
exports . SVGGraphics = pdfjsDisplaySVG . SVGGraphics ;
exports . UnexpectedResponseException = pdfjsSharedUtil . UnexpectedResponseException ;
exports . OPS = pdfjsSharedUtil . OPS ;
exports . UNSUPPORTED _FEATURES = pdfjsSharedUtil . UNSUPPORTED _FEATURES ;
exports . isValidUrl = pdfjsDisplayDOMUtils . isValidUrl ;
exports . createValidAbsoluteUrl = pdfjsSharedUtil . createValidAbsoluteUrl ;
exports . createObjectURL = pdfjsSharedUtil . createObjectURL ;
exports . removeNullCharacters = pdfjsSharedUtil . removeNullCharacters ;
exports . shadow = pdfjsSharedUtil . shadow ;
exports . createBlob = pdfjsSharedUtil . createBlob ;
exports . getFilenameFromUrl = pdfjsDisplayDOMUtils . getFilenameFromUrl ;
exports . addLinkAttributes = pdfjsDisplayDOMUtils . addLinkAttributes ;
/***/ } )
/******/ ] ) ;
} ) ;