From 38b7eb9fa355c4fb82f6afc12a52c5fe08dd3cf2 Mon Sep 17 00:00:00 2001 From: Pdf Bot Date: Thu, 25 Sep 2014 14:29:07 +0100 Subject: [PATCH] PDF.js version 1.0.830 --- bower.json | 2 +- build/pdf.combined.js | 7 +++++-- build/pdf.js | 4 ++-- build/pdf.worker.js | 7 +++++-- package.json | 2 +- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/bower.json b/bower.json index 61bdcaef6..31cd27095 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.828", + "version": "1.0.830", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index b73a4203c..6aa0fcc34 100644 --- a/build/pdf.combined.js +++ b/build/pdf.combined.js @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.0.828'; -PDFJS.build = '76b3e5d'; +PDFJS.version = '1.0.830'; +PDFJS.build = '4189c78'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -22483,6 +22483,9 @@ var Font = (function FontClosure() { var data; switch (type) { + case 'MMType1': + info('MMType1 font (' + name + '), falling back to Type1.'); + /* falls through */ case 'Type1': case 'CIDFontType0': this.mimetype = 'font/opentype'; diff --git a/build/pdf.js b/build/pdf.js index ab981dbc0..5a4115e6c 100644 --- a/build/pdf.js +++ b/build/pdf.js @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.0.828'; -PDFJS.build = '76b3e5d'; +PDFJS.version = '1.0.830'; +PDFJS.build = '4189c78'; (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 2e0cb2f11..e9639e8ea 100644 --- a/build/pdf.worker.js +++ b/build/pdf.worker.js @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.0.828'; -PDFJS.build = '76b3e5d'; +PDFJS.version = '1.0.830'; +PDFJS.build = '4189c78'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -16442,6 +16442,9 @@ var Font = (function FontClosure() { var data; switch (type) { + case 'MMType1': + info('MMType1 font (' + name + '), falling back to Type1.'); + /* falls through */ case 'Type1': case 'CIDFontType0': this.mimetype = 'font/opentype'; diff --git a/package.json b/package.json index 012e1158c..668a8ad63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.828", + "version": "1.0.830", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",