|
|
@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { |
|
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {}; |
|
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {}; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
PDFJS.version = '1.0.905'; |
|
|
|
PDFJS.version = '1.0.907'; |
|
|
|
PDFJS.build = '4e890b4'; |
|
|
|
PDFJS.build = 'e9072ac'; |
|
|
|
|
|
|
|
|
|
|
|
(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
|
|
|
@ -38007,7 +38007,7 @@ var JpegStream = (function JpegStreamClosure() { |
|
|
|
var jpegImage = new JpegImage(); |
|
|
|
var jpegImage = new JpegImage(); |
|
|
|
|
|
|
|
|
|
|
|
// checking if values needs to be transformed before conversion
|
|
|
|
// checking if values needs to be transformed before conversion
|
|
|
|
if (this.dict && isArray(this.dict.get('Decode'))) { |
|
|
|
if (this.forceRGB && this.dict && isArray(this.dict.get('Decode'))) { |
|
|
|
var decodeArr = this.dict.get('Decode'); |
|
|
|
var decodeArr = this.dict.get('Decode'); |
|
|
|
var bitsPerComponent = this.dict.get('BitsPerComponent') || 8; |
|
|
|
var bitsPerComponent = this.dict.get('BitsPerComponent') || 8; |
|
|
|
var decodeArrLength = decodeArr.length; |
|
|
|
var decodeArrLength = decodeArr.length; |
|
|
|