Browse Source

PDF.js version 1.6.250 - See mozilla/pdf.js@960e344a8a48e302a5530e37744d6562ad8c5b9c

master v1.6.250
Pdf Bot 9 years ago
parent
commit
65bd6f6025
  1. 2
      bower.json
  2. 19
      build/pdf.combined.js
  3. 19
      build/pdf.js
  4. 4
      build/pdf.worker.js
  5. 2
      package.json
  6. 8
      web/pdf_viewer.js

2
bower.json

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

19
build/pdf.combined.js

@ -24,8 +24,8 @@
}(this, function (exports) { }(this, function (exports) {
// Use strict in our context only - users might not want it // Use strict in our context only - users might not want it
'use strict'; 'use strict';
var pdfjsVersion = '1.6.248'; var pdfjsVersion = '1.6.250';
var pdfjsBuild = '1369997'; var pdfjsBuild = '960e344';
var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null; var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null;
var pdfjsLibs = {}; var pdfjsLibs = {};
(function pdfjsWrapper() { (function pdfjsWrapper() {
@ -50081,9 +50081,9 @@
* Page getTextContent parameters. * Page getTextContent parameters.
* *
* @typedef {Object} getTextContentParameters * @typedef {Object} getTextContentParameters
* @param {boolean} normalizeWhitespace - replaces all occurrences of * @property {boolean} normalizeWhitespace - replaces all occurrences of
* whitespace with standard spaces (0x20). The default value is `false`. * whitespace with standard spaces (0x20). The default value is `false`.
* @param {boolean} disableCombineTextItems - do not attempt to combine * @property {boolean} disableCombineTextItems - do not attempt to combine
* same line {@link TextItem}'s. The default value is `false`. * same line {@link TextItem}'s. The default value is `false`.
*/ */
/** /**
@ -50091,8 +50091,7 @@
* *
* @typedef {Object} TextContent * @typedef {Object} TextContent
* @property {array} items - array of {@link TextItem} * @property {array} items - array of {@link TextItem}
* @property {Object} styles - {@link TextStyles} objects, indexed by font * @property {Object} styles - {@link TextStyles} objects, indexed by font name.
* name.
*/ */
/** /**
* Page text content part. * Page text content part.
@ -50118,10 +50117,10 @@
* Page annotation parameters. * Page annotation parameters.
* *
* @typedef {Object} GetAnnotationsParameters * @typedef {Object} GetAnnotationsParameters
* @param {string} intent - Determines the annotations that will be fetched, * @property {string} intent - Determines the annotations that will be fetched,
* can be either 'display' (viewable annotations) or 'print' * can be either 'display' (viewable annotations) or 'print'
* (printable annotations). * (printable annotations).
* If the parameter is omitted, all annotations are fetched. * If the parameter is omitted, all annotations are fetched.
*/ */
/** /**
* Page render parameters. * Page render parameters.

19
build/pdf.js

@ -24,8 +24,8 @@
}(this, function (exports) { }(this, function (exports) {
// Use strict in our context only - users might not want it // Use strict in our context only - users might not want it
'use strict'; 'use strict';
var pdfjsVersion = '1.6.248'; var pdfjsVersion = '1.6.250';
var pdfjsBuild = '1369997'; var pdfjsBuild = '960e344';
var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null; var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null;
var pdfjsLibs = {}; var pdfjsLibs = {};
(function pdfjsWrapper() { (function pdfjsWrapper() {
@ -9004,9 +9004,9 @@
* Page getTextContent parameters. * Page getTextContent parameters.
* *
* @typedef {Object} getTextContentParameters * @typedef {Object} getTextContentParameters
* @param {boolean} normalizeWhitespace - replaces all occurrences of * @property {boolean} normalizeWhitespace - replaces all occurrences of
* whitespace with standard spaces (0x20). The default value is `false`. * whitespace with standard spaces (0x20). The default value is `false`.
* @param {boolean} disableCombineTextItems - do not attempt to combine * @property {boolean} disableCombineTextItems - do not attempt to combine
* same line {@link TextItem}'s. The default value is `false`. * same line {@link TextItem}'s. The default value is `false`.
*/ */
/** /**
@ -9014,8 +9014,7 @@
* *
* @typedef {Object} TextContent * @typedef {Object} TextContent
* @property {array} items - array of {@link TextItem} * @property {array} items - array of {@link TextItem}
* @property {Object} styles - {@link TextStyles} objects, indexed by font * @property {Object} styles - {@link TextStyles} objects, indexed by font name.
* name.
*/ */
/** /**
* Page text content part. * Page text content part.
@ -9041,10 +9040,10 @@
* Page annotation parameters. * Page annotation parameters.
* *
* @typedef {Object} GetAnnotationsParameters * @typedef {Object} GetAnnotationsParameters
* @param {string} intent - Determines the annotations that will be fetched, * @property {string} intent - Determines the annotations that will be fetched,
* can be either 'display' (viewable annotations) or 'print' * can be either 'display' (viewable annotations) or 'print'
* (printable annotations). * (printable annotations).
* If the parameter is omitted, all annotations are fetched. * If the parameter is omitted, all annotations are fetched.
*/ */
/** /**
* Page render parameters. * Page render parameters.

4
build/pdf.worker.js vendored

@ -24,8 +24,8 @@
}(this, function (exports) { }(this, function (exports) {
// Use strict in our context only - users might not want it // Use strict in our context only - users might not want it
'use strict'; 'use strict';
var pdfjsVersion = '1.6.248'; var pdfjsVersion = '1.6.250';
var pdfjsBuild = '1369997'; var pdfjsBuild = '960e344';
var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null; var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null;
var pdfjsLibs = {}; var pdfjsLibs = {};
(function pdfjsWrapper() { (function pdfjsWrapper() {

2
package.json

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

8
web/pdf_viewer.js

@ -3379,10 +3379,10 @@
}, },
/** /**
* @typedef ScrollPageIntoViewParameters * @typedef ScrollPageIntoViewParameters
* @param {number} pageNumber - The page number. * @property {number} pageNumber - The page number.
* @param {Array} destArray - (optional) The original PDF destination array, * @property {Array} destArray - (optional) The original PDF destination
* in the format: <page-ref> </XYZ|/FitXXX> <args..> * array, in the format: <page-ref> </XYZ|/FitXXX> <args..>
* @param {boolean} allowNegativeOffset - (optional) Allow negative page * @property {boolean} allowNegativeOffset - (optional) Allow negative page
* offsets. The default value is `false`. * offsets. The default value is `false`.
*/ */
/** /**

Loading…
Cancel
Save