|
@@ -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
|
|
|
|
|
|
"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() {
|
|
|
}
|
|
|
};
|
|
|
}();
|
|
|
-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) {
|
|
|
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() {
|
|
|
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;
|
|
|
/* 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) {
|
|
|
}
|
|
|
/* 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;
|
|
|
-
|
|
|
/***/ })
|
|
|
/******/ ]);
|
|
|
});
|