|
|
|
@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
@@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
|
|
|
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {}; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
PDFJS.version = '1.1.58'; |
|
|
|
|
PDFJS.build = 'cba36bc'; |
|
|
|
|
PDFJS.version = '1.1.60'; |
|
|
|
|
PDFJS.build = 'cadbb81'; |
|
|
|
|
|
|
|
|
|
(function pdfjsWrapper() { |
|
|
|
|
// Use strict in our context only - users might not want it
|
|
|
|
@ -16030,7 +16030,7 @@ var CipherTransformFactory = (function CipherTransformFactoryClosure() {
@@ -16030,7 +16030,7 @@ var CipherTransformFactory = (function CipherTransformFactoryClosure() {
|
|
|
|
|
this.cf = dict.get('CF'); |
|
|
|
|
this.stmf = dict.get('StmF') || identityName; |
|
|
|
|
this.strf = dict.get('StrF') || identityName; |
|
|
|
|
this.eff = dict.get('EFF') || this.strf; |
|
|
|
|
this.eff = dict.get('EFF') || this.stmf; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -16105,6 +16105,7 @@ var CipherTransformFactory = (function CipherTransformFactoryClosure() {
@@ -16105,6 +16105,7 @@ var CipherTransformFactory = (function CipherTransformFactoryClosure() {
|
|
|
|
|
return CipherTransformFactory; |
|
|
|
|
})(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var PatternType = { |
|
|
|
|
FUNCTION_BASED: 1, |
|
|
|
|
AXIAL: 2, |
|
|
|
|