Browse Source

PDF.js version 1.0.828

Pdf Bot 10 years ago
parent
commit
5e560ca335
6 changed files with 18 additions and 8 deletions
  1. 10 0
      README.md
  2. 1 1
      bower.json
  3. 2 2
      build/pdf.combined.js
  4. 2 2
      build/pdf.js
  5. 2 2
      build/pdf.worker.js
  6. 1 1
      package.json

+ 10 - 0
README.md

@@ -0,0 +1,10 @@
+# PDF.js
+
+PDF.js is a Portable Document Format (PDF) library that is built with HTML5.
+Our goal is to create a general-purpose, web standards-based platform for
+parsing and rendering PDFs.
+
+This is a pre-built version of the PDF.js source code. It is automatically
+generated by the build scripts.
+
+See https://github.com/mozilla/pdf.js for learning and contributing.

+ 1 - 1
bower.json

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

+ 2 - 2
build/pdf.combined.js

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

+ 2 - 2
build/pdf.js

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

+ 2 - 2
build/pdf.worker.js

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

+ 1 - 1
package.json

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