Searched refs:PDFDocument (Results 1 – 9 of 9) sorted by relevance
/plugin/diagramsnet/lib/ |
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/ |
D | pdfmake.js | 17037 var PDFDocument, PDFObject, PDFPage, PDFReference, fs, stream, 17051 PDFDocument = (function(_super) { class 17054 __extends(PDFDocument, _super); 17056 function PDFDocument(options) { class in PDFDocument 17059 PDFDocument.__super__.constructor.apply(this, arguments); 17104 _results.push(PDFDocument.prototype[name] = method); 17121 PDFDocument.prototype.addPage = function(options) { class 17141 PDFDocument.prototype.bufferedPageRange = function() { 17148 PDFDocument.prototype.switchToPage = function(n) { 17156 PDFDocument.prototype.flushPages = function() { [all …]
|
D | pdfmake.min.js.map | 1 …PDFDocument","PDFObject","PDFPage","PDFReference","stream","__hasProp","__extends","child","ctor",…
|
/plugin/pdfjs/pdfjs/build/ |
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;
|
D | pdf.worker.js.map | 1 …PDFDocument } from './document';\nimport { Stream } from './stream';\n\nclass BasePdfManager {\n …
|
D | pdf.js.map | 1 …port.requestDataRange');\n }\n\n abort() {}\n}\n\n/**\n * Proxy to a PDFDocument in the worker t…
|
/plugin/datatables/assets/pdfmake/ |
D | pdfmake.js | 18810 var PDFDocument = /*#__PURE__*/function (_stream$Readable) { 18811 _inherits(PDFDocument, _stream$Readable); 18812 var _super = _createSuper(PDFDocument); 18813 function PDFDocument() { 18816 _classCallCheck(this, PDFDocument); 18905 _createClass(PDFDocument, [{ 19145 return PDFDocument; 19148 Object.assign(PDFDocument.prototype, methods); 19160 PDFDocument.LineWrapper = LineWrapper; 19161 var _default = PDFDocument;
|
D | pdfmake.min.js | 2 …PDFDocument,r);var i=_createSuper(PDFDocument);function PDFDocument(){var r,o=arguments.length>0&&…
|
/plugin/pdfjs/pdfjs/web/ |
D | viewer.js.map | 1 …: _setDocumentViewerElement');\n }\n\n /**\n * @param pdfDocument {PDFDocument}\n */\n setD…
|