From 9d9b13363ed6c1b9340608e6f84dc56485f7e567 Mon Sep 17 00:00:00 2001 From: Pdf Bot Date: Mon, 23 Nov 2015 13:25:29 +0000 Subject: [PATCH] PDF.js version 1.3.24 - See mozilla/pdf.js@dcd28126bf97e69c508ef1f7177dd6057ed1c15d --- bower.json | 2 +- build/pdf.combined.js | 7 ++++--- build/pdf.js | 4 ++-- build/pdf.worker.js | 7 ++++--- package.json | 2 +- 5 files changed, 12 insertions(+), 10 deletions(-) diff --git a/bower.json b/bower.json index 5a9289260..ffca6eb9d 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.3.22", + "version": "1.3.24", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index 318b1fae2..299b6fa1f 100644 --- a/build/pdf.combined.js +++ b/build/pdf.combined.js @@ -20,8 +20,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.3.22'; -PDFJS.build = 'aa75c4f'; +PDFJS.version = '1.3.24'; +PDFJS.build = 'dcd2812'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -11983,6 +11983,7 @@ var Annotation = (function AnnotationClosure() { data.subtype = dict.get('Subtype').name; this.setFlags(dict.get('F')); + data.annotationFlags = this.flags; this.setRectangle(dict.get('Rect')); data.rect = this.rectangle; @@ -12537,7 +12538,7 @@ var LinkAnnotation = (function LinkAnnotationClosure() { if (!isValidUrl(url, false)) { url = ''; } - // According to ISO 32000-1:2008, section 12.6.4.7, + // According to ISO 32000-1:2008, section 12.6.4.7, // URI should to be encoded in 7-bit ASCII. // Some bad PDFs may have URIs in UTF-8 encoding, see Bugzilla 1122280. try { diff --git a/build/pdf.js b/build/pdf.js index 499dd8959..a45392e9c 100644 --- a/build/pdf.js +++ b/build/pdf.js @@ -20,8 +20,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.3.22'; -PDFJS.build = 'aa75c4f'; +PDFJS.version = '1.3.24'; +PDFJS.build = 'dcd2812'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/build/pdf.worker.js b/build/pdf.worker.js index 641d695e6..62a4fc7af 100644 --- a/build/pdf.worker.js +++ b/build/pdf.worker.js @@ -20,8 +20,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.3.22'; -PDFJS.build = 'aa75c4f'; +PDFJS.version = '1.3.24'; +PDFJS.build = 'dcd2812'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -5096,6 +5096,7 @@ var Annotation = (function AnnotationClosure() { data.subtype = dict.get('Subtype').name; this.setFlags(dict.get('F')); + data.annotationFlags = this.flags; this.setRectangle(dict.get('Rect')); data.rect = this.rectangle; @@ -5650,7 +5651,7 @@ var LinkAnnotation = (function LinkAnnotationClosure() { if (!isValidUrl(url, false)) { url = ''; } - // According to ISO 32000-1:2008, section 12.6.4.7, + // According to ISO 32000-1:2008, section 12.6.4.7, // URI should to be encoded in 7-bit ASCII. // Some bad PDFs may have URIs in UTF-8 encoding, see Bugzilla 1122280. try { diff --git a/package.json b/package.json index a7f9ea389..7c75e5903 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.3.22", + "version": "1.3.24", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",