Browse Source

PDF.js version 1.6.353 - See mozilla/pdf.js@013f69e65f9299f2c5956c699a115ead3cbf8ef4

master v1.6.353
Pdf Bot 9 years ago
parent
commit
941bce1233
  1. 2
      bower.json
  2. 6
      build/pdf.combined.js
  3. 4
      build/pdf.js
  4. 2
      build/pdf.min.js
  5. 6
      build/pdf.worker.js
  6. 4
      build/pdf.worker.min.js
  7. 2
      package.json

2
bower.json

@ -1,6 +1,6 @@
{ {
"name": "pdfjs-dist", "name": "pdfjs-dist",
"version": "1.6.351", "version": "1.6.353",
"main": [ "main": [
"build/pdf.js", "build/pdf.js",
"build/pdf.worker.js" "build/pdf.worker.js"

6
build/pdf.combined.js

@ -23,8 +23,8 @@
} }
}(this, function (exports) { }(this, function (exports) {
'use strict'; 'use strict';
var pdfjsVersion = '1.6.351'; var pdfjsVersion = '1.6.353';
var pdfjsBuild = '362d20b'; var pdfjsBuild = '013f69e';
var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null; var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null;
var pdfjsLibs = {}; var pdfjsLibs = {};
(function pdfjsWrapper() { (function pdfjsWrapper() {
@ -20539,6 +20539,7 @@
t['MS-PMincho-Bold'] = 'MS PMincho-Bold'; t['MS-PMincho-Bold'] = 'MS PMincho-Bold';
t['MS-PMincho-BoldItalic'] = 'MS PMincho-BoldItalic'; t['MS-PMincho-BoldItalic'] = 'MS PMincho-BoldItalic';
t['MS-PMincho-Italic'] = 'MS PMincho-Italic'; t['MS-PMincho-Italic'] = 'MS PMincho-Italic';
t['NuptialScript'] = 'Times-Italic';
t['Wingdings'] = 'ZapfDingbats'; t['Wingdings'] = 'ZapfDingbats';
}); });
var getSerifFonts = getLookupTableFactory(function (t) { var getSerifFonts = getLookupTableFactory(function (t) {
@ -20639,6 +20640,7 @@
t['New York'] = true; t['New York'] = true;
t['Nimbus Roman'] = true; t['Nimbus Roman'] = true;
t['NPS Rawlinson Roadway'] = true; t['NPS Rawlinson Roadway'] = true;
t['NuptialScript'] = true;
t['Palatino'] = true; t['Palatino'] = true;
t['Perpetua'] = true; t['Perpetua'] = true;
t['Plantin'] = true; t['Plantin'] = true;

4
build/pdf.js

@ -23,8 +23,8 @@
} }
}(this, function (exports) { }(this, function (exports) {
'use strict'; 'use strict';
var pdfjsVersion = '1.6.351'; var pdfjsVersion = '1.6.353';
var pdfjsBuild = '362d20b'; var pdfjsBuild = '013f69e';
var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null; var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null;
var pdfjsLibs = {}; var pdfjsLibs = {};
(function pdfjsWrapper() { (function pdfjsWrapper() {

2
build/pdf.min.js vendored

File diff suppressed because one or more lines are too long

6
build/pdf.worker.js vendored

@ -23,8 +23,8 @@
} }
}(this, function (exports) { }(this, function (exports) {
'use strict'; 'use strict';
var pdfjsVersion = '1.6.351'; var pdfjsVersion = '1.6.353';
var pdfjsBuild = '362d20b'; var pdfjsBuild = '013f69e';
var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null; var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null;
var pdfjsLibs = {}; var pdfjsLibs = {};
(function pdfjsWrapper() { (function pdfjsWrapper() {
@ -20539,6 +20539,7 @@
t['MS-PMincho-Bold'] = 'MS PMincho-Bold'; t['MS-PMincho-Bold'] = 'MS PMincho-Bold';
t['MS-PMincho-BoldItalic'] = 'MS PMincho-BoldItalic'; t['MS-PMincho-BoldItalic'] = 'MS PMincho-BoldItalic';
t['MS-PMincho-Italic'] = 'MS PMincho-Italic'; t['MS-PMincho-Italic'] = 'MS PMincho-Italic';
t['NuptialScript'] = 'Times-Italic';
t['Wingdings'] = 'ZapfDingbats'; t['Wingdings'] = 'ZapfDingbats';
}); });
var getSerifFonts = getLookupTableFactory(function (t) { var getSerifFonts = getLookupTableFactory(function (t) {
@ -20639,6 +20640,7 @@
t['New York'] = true; t['New York'] = true;
t['Nimbus Roman'] = true; t['Nimbus Roman'] = true;
t['NPS Rawlinson Roadway'] = true; t['NPS Rawlinson Roadway'] = true;
t['NuptialScript'] = true;
t['Palatino'] = true; t['Palatino'] = true;
t['Perpetua'] = true; t['Perpetua'] = true;
t['Plantin'] = true; t['Plantin'] = true;

4
build/pdf.worker.min.js vendored

File diff suppressed because one or more lines are too long

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "pdfjs-dist", "name": "pdfjs-dist",
"version": "1.6.351", "version": "1.6.353",
"main": "build/pdf.js", "main": "build/pdf.js",
"description": "Generic build of Mozilla's PDF.js library.", "description": "Generic build of Mozilla's PDF.js library.",
"keywords": [ "keywords": [

Loading…
Cancel
Save