Browse Source

PDF.js version 1.0.828

master v1.0.828
Pdf Bot 10 years ago
parent
commit
5e560ca335
  1. 10
      README.md
  2. 2
      bower.json
  3. 4
      build/pdf.combined.js
  4. 4
      build/pdf.js
  5. 4
      build/pdf.worker.js
  6. 2
      package.json

10
README.md

@ -0,0 +1,10 @@ @@ -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.

2
bower.json

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

4
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.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

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.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

4
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.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
package.json

@ -1,6 +1,6 @@ @@ -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",

Loading…
Cancel
Save