|
|
@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { |
|
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {}; |
|
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {}; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
PDFJS.version = '1.1.417'; |
|
|
|
PDFJS.version = '1.1.425'; |
|
|
|
PDFJS.build = 'b3c00f2'; |
|
|
|
PDFJS.build = '61459c7'; |
|
|
|
|
|
|
|
|
|
|
|
(function pdfjsWrapper() { |
|
|
|
(function pdfjsWrapper() { |
|
|
|
// Use strict in our context only - users might not want it
|
|
|
|
// Use strict in our context only - users might not want it
|
|
|
@ -37378,6 +37378,7 @@ var Parser = (function ParserClosure() { |
|
|
|
}, |
|
|
|
}, |
|
|
|
makeFilter: function Parser_makeFilter(stream, name, maybeLength, params) { |
|
|
|
makeFilter: function Parser_makeFilter(stream, name, maybeLength, params) { |
|
|
|
if (stream.dict.get('Length') === 0 && !maybeLength) { |
|
|
|
if (stream.dict.get('Length') === 0 && !maybeLength) { |
|
|
|
|
|
|
|
warn('Empty "' + name + '" stream.'); |
|
|
|
return new NullStream(stream); |
|
|
|
return new NullStream(stream); |
|
|
|
} |
|
|
|
} |
|
|
|
try { |
|
|
|
try { |
|
|
|