Browse Source

PDF.js version 1.0.1147

master v1.0.1147
Pdf Bot 10 years ago
parent
commit
6f0b484cfe
  1. 2
      bower.json
  2. 8
      build/pdf.combined.js
  3. 4
      build/pdf.js
  4. 8
      build/pdf.worker.js
  5. 2
      package.json

2
bower.json

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

8
build/pdf.combined.js

@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {}; (typeof window !== 'undefined' ? window : this).PDFJS = {};
} }
PDFJS.version = '1.0.1145'; PDFJS.version = '1.0.1147';
PDFJS.build = '76a24d8'; PDFJS.build = '6bb0a48';
(function pdfjsWrapper() { (function pdfjsWrapper() {
// Use strict in our context only - users might not want it // Use strict in our context only - users might not want it
@ -23600,9 +23600,11 @@ var Font = (function FontClosure() {
useTable = true; useTable = true;
// Continue the loop since there still may be a higher priority // Continue the loop since there still may be a higher priority
// table. // table.
} else if (!isSymbolicFont && platformId === 3 && encodingId === 1) { } else if (platformId === 3 && encodingId === 1) {
useTable = true; useTable = true;
if (!isSymbolicFont) {
canBreak = true; canBreak = true;
}
} else if (isSymbolicFont && platformId === 3 && encodingId === 0) { } else if (isSymbolicFont && platformId === 3 && encodingId === 0) {
useTable = true; useTable = true;
canBreak = true; canBreak = true;

4
build/pdf.js

@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {}; (typeof window !== 'undefined' ? window : this).PDFJS = {};
} }
PDFJS.version = '1.0.1145'; PDFJS.version = '1.0.1147';
PDFJS.build = '76a24d8'; PDFJS.build = '6bb0a48';
(function pdfjsWrapper() { (function pdfjsWrapper() {
// Use strict in our context only - users might not want it // Use strict in our context only - users might not want it

8
build/pdf.worker.js vendored

@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {}; (typeof window !== 'undefined' ? window : this).PDFJS = {};
} }
PDFJS.version = '1.0.1145'; PDFJS.version = '1.0.1147';
PDFJS.build = '76a24d8'; PDFJS.build = '6bb0a48';
(function pdfjsWrapper() { (function pdfjsWrapper() {
// Use strict in our context only - users might not want it // Use strict in our context only - users might not want it
@ -17275,9 +17275,11 @@ var Font = (function FontClosure() {
useTable = true; useTable = true;
// Continue the loop since there still may be a higher priority // Continue the loop since there still may be a higher priority
// table. // table.
} else if (!isSymbolicFont && platformId === 3 && encodingId === 1) { } else if (platformId === 3 && encodingId === 1) {
useTable = true; useTable = true;
if (!isSymbolicFont) {
canBreak = true; canBreak = true;
}
} else if (isSymbolicFont && platformId === 3 && encodingId === 0) { } else if (isSymbolicFont && platformId === 3 && encodingId === 0) {
useTable = true; useTable = true;
canBreak = true; canBreak = true;

2
package.json

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

Loading…
Cancel
Save