Browse Source

PDF.js version 1.4.79 - See mozilla/pdf.js@9eedfc128c526d3155955ef825a952d627780922

master v1.4.79
Pdf Bot 9 years ago
parent
commit
ec6dc6fdcf
  1. 2
      bower.json
  2. 21218
      build/pdf.combined.js
  3. 6
      build/pdf.js
  4. 17688
      build/pdf.worker.js
  5. 2
      package.json

2
bower.json

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

21218
build/pdf.combined.js

File diff suppressed because it is too large Load Diff

6
build/pdf.js

@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdf = {})); @@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdf = {}));
// Use strict in our context only - users might not want it
'use strict';
var pdfjsVersion = '1.4.76';
var pdfjsBuild = '45fea88';
var pdfjsVersion = '1.4.79';
var pdfjsBuild = '9eedfc1';
var pdfjsFilePath =
typeof document !== 'undefined' && document.currentScript ?
@ -8978,7 +8978,7 @@ var PDFDocumentProxy = (function PDFDocumentProxyClosure() { @@ -8978,7 +8978,7 @@ var PDFDocumentProxy = (function PDFDocumentProxyClosure() {
* title: string,
* bold: boolean,
* italic: boolean,
* color: rgb array,
* color: rgb Uint8Array,
* dest: dest obj,
* url: string,
* items: array of more items like this

17688
build/pdf.worker.js vendored

File diff suppressed because it is too large Load Diff

2
package.json

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

Loading…
Cancel
Save