Searched refs:pdfDocument (Results 1 – 4 of 4) sorted by relevance
| /plugin/pdfjs/pdfjs/web/ |
| D | viewer.js | 380 pdfDocument: null, property 815 return this.pdfDocument ? this.pdfDocument.numPages : 0; 916 if (this.pdfDocument) { 917 this.pdfDocument = null; 1029 return _context7.abrupt("return", loadingTask.promise.then(function (pdfDocument) { argument 1030 _this2.load(pdfDocument); 1087 if (!this.pdfDocument || !this.downloadComplete) { 1092 this.pdfDocument.getData().then(function (data) { 1178 …var disableAutoFetch = this.pdfDocument ? this.pdfDocument.loadingParams['disableAutoFetch'] : _ap… 1195 load: function load(pdfDocument) { [all …]
|
| D | viewer.js.map | 1 …pdfDocument","pdfLoadingTask","printService","pdfViewer","pdfThumbnailViewer","pdfRenderingQueue",…
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 558 var catalog = pdfManager.pdfDocument.catalog; 604 return pdfManager.pdfDocument.xref.stats; 11325 return this.ensure(this.pdfDocument, prop, args); 11330 return this.ensure(this.pdfDocument.xref, prop, args); 11335 return this.ensure(this.pdfDocument.catalog, prop, args); 11340 return this.pdfDocument.getPage(pageIndex); 11345 return this.pdfDocument.fontFallback(id, handler); 11350 return this.pdfDocument.cleanup(); 11451 _this.pdfDocument = new _document.PDFDocument(_assertThisInitialized(_this), stream); 11538 …_this2.pdfDocument = new _document.PDFDocument(_assertThisInitialized(_this2), _this2.streamManage…
|
| D | pdf.worker.js.map | 1 …pdfDocument.catalog;\n return catalog.getPageIndex(ref);\n });\n\n handler.on('GetDesti…
|