Browse Source

PDF.js version 1.0.721

master v1.0.721
Yury Delendik 11 years ago
parent
commit
88367a7fc4
  1. 2
      bower.json
  2. 9
      build/pdf.combined.js
  3. 9
      build/pdf.js
  4. 4
      build/pdf.worker.js
  5. 2
      package.json

2
bower.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "pdfjs-dist",
"version": "1.0.719",
"version": "1.0.721",
"keywords": [
"Mozilla",
"pdf",

9
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.719';
PDFJS.build = '4fcd502';
PDFJS.version = '1.0.721';
PDFJS.build = '61eac43';
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it
@ -1760,6 +1760,11 @@ PDFJS.maxCanvasPixels = (PDFJS.maxCanvasPixels === undefined ? @@ -1760,6 +1760,11 @@ PDFJS.maxCanvasPixels = (PDFJS.maxCanvasPixels === undefined ?
* parameters: function that needs to be called with new password and reason
* (see {PasswordResponses}).
*
* @param {function} progressCallback is optional. It is used to be able to
* monitor the loading progress of the PDF file (necessary to implement e.g.
* a loading bar). The callback receives an {Object} with the properties:
* {number} loaded and {number} total.
*
* @return {Promise} A promise that is resolved with {@link PDFDocumentProxy}
* object.
*/

9
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.719';
PDFJS.build = '4fcd502';
PDFJS.version = '1.0.721';
PDFJS.build = '61eac43';
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it
@ -1760,6 +1760,11 @@ PDFJS.maxCanvasPixels = (PDFJS.maxCanvasPixels === undefined ? @@ -1760,6 +1760,11 @@ PDFJS.maxCanvasPixels = (PDFJS.maxCanvasPixels === undefined ?
* parameters: function that needs to be called with new password and reason
* (see {PasswordResponses}).
*
* @param {function} progressCallback is optional. It is used to be able to
* monitor the loading progress of the PDF file (necessary to implement e.g.
* a loading bar). The callback receives an {Object} with the properties:
* {number} loaded and {number} total.
*
* @return {Promise} A promise that is resolved with {@link PDFDocumentProxy}
* object.
*/

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.719';
PDFJS.build = '4fcd502';
PDFJS.version = '1.0.721';
PDFJS.build = '61eac43';
(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.719",
"version": "1.0.721",
"description": "Generic build of Mozilla's PDF.js library.",
"keywords": [
"Mozilla",

Loading…
Cancel
Save