Searched refs:PDFDocument (Results 1 – 7 of 7) sorted by relevance
/plugin/diagramsnet/lib/ |
H A D | electron.js | 16 const PDFDocument = require('pdf-lib').PDFDocument; constant 1158 const pdfDoc = await PDFDocument.create(); 1172 const pdfFile = await PDFDocument.load(pdfFiles[i].buffer);
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.js | 17051 PDFDocument = (function(_super) { 17054 __extends(PDFDocument, _super); 17056 function PDFDocument(options) { 17156 PDFDocument.prototype.flushPages = function() { 17167 PDFDocument.prototype.ref = function(data) { 17175 PDFDocument.prototype._read = function() {}; 17207 PDFDocument.prototype.output = function(fn) { 17211 PDFDocument.prototype.end = function() { 17262 PDFDocument.prototype.toString = function() { 17266 return PDFDocument; [all …]
|
H A D | pdfmake.min.js.map | 1 …PDFDocument","PDFObject","PDFPage","PDFReference","stream","__hasProp","__extends","child","ctor",…
|
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.worker.js | 11451 _this.pdfDocument = new _document.PDFDocument(_assertThisInitialized(_this), stream); 11538 …_this2.pdfDocument = new _document.PDFDocument(_assertThisInitialized(_this2), _this2.streamManage… 12492 exports.PDFDocument = exports.Page = void 0; 12939 var PDFDocument = 12942 function PDFDocument(pdfManager, arg) { 12943 _classCallCheck(this, PDFDocument); 12969 _createClass(PDFDocument, [{ 13320 return PDFDocument; 13323 exports.PDFDocument = PDFDocument;
|
H A D | pdf.worker.js.map | 1 …PDFDocument } from './document';\nimport { Stream } from './stream';\n\nclass BasePdfManager {\n …
|
H A D | pdf.js.map | 1 …port.requestDataRange');\n }\n\n abort() {}\n}\n\n/**\n * Proxy to a PDFDocument in the worker t…
|
/plugin/pdfjs/pdfjs/web/ |
H A D | viewer.js.map | 1 …: _setDocumentViewerElement');\n }\n\n /**\n * @param pdfDocument {PDFDocument}\n */\n setD…
|