Browse Source

PDF.js version 1.1.440

master v1.1.440
Pdf Bot 10 years ago
parent
commit
504bc1e6e5
  1. 2
      bower.json
  2. 12
      build/pdf.combined.js
  3. 4
      build/pdf.js
  4. 12
      build/pdf.worker.js
  5. 2
      package.json

2
bower.json

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

12
build/pdf.combined.js

@ -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.438';
PDFJS.build = '2a0e078';
PDFJS.version = '1.1.440';
PDFJS.build = '238e16f';
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it
@ -24221,7 +24221,13 @@ var Font = (function FontClosure() { @@ -24221,7 +24221,13 @@ var Font = (function FontClosure() {
});
}
} else {
error('cmap table has unsupported format: ' + format);
warn('cmap table has unsupported format: ' + format);
return {
platformId: -1,
encodingId: -1,
mappings: [],
hasShortCmap: false
};
}
// removing duplicate entries

4
build/pdf.js

@ -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.438';
PDFJS.build = '2a0e078';
PDFJS.version = '1.1.440';
PDFJS.build = '238e16f';
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it

12
build/pdf.worker.js vendored

@ -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.438';
PDFJS.build = '2a0e078';
PDFJS.version = '1.1.440';
PDFJS.build = '238e16f';
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it
@ -17764,7 +17764,13 @@ var Font = (function FontClosure() { @@ -17764,7 +17764,13 @@ var Font = (function FontClosure() {
});
}
} else {
error('cmap table has unsupported format: ' + format);
warn('cmap table has unsupported format: ' + format);
return {
platformId: -1,
encodingId: -1,
mappings: [],
hasShortCmap: false
};
}
// removing duplicate entries

2
package.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "pdfjs-dist",
"version": "1.1.438",
"version": "1.1.440",
"description": "Generic build of Mozilla's PDF.js library.",
"keywords": [
"Mozilla",

Loading…
Cancel
Save