SVG-to-PDFKit:将SVG插入使用PDFKit创建的PDF文档中

时间:2024-05-31 22:04:28
【文件属性】:

文件名称:SVG-to-PDFKit:将SVG插入使用PDFKit创建的PDF文档中

文件大小:879KB

文件格式:ZIP

更新时间:2024-05-31 22:04:28

JavaScript

SVG到PDFKit 将SVG插入使用PDFKit创建的PDF文档中。 安装 npm install svg-to-pdfkit --save 用 SVGtoPDF(doc, svg, x, y, options); 如果愿意,可以将函数添加到PDFDocument原型中: PDFDocument.prototype.addSVG = function(svg, x, y, options) { return SVGtoPDF(this, svg, x, y, options), this; }; 然后只需调用: doc.addSVG(svg, x, y, options); 参数 doc [PDFDocument] = the PDF document created with PDFKit svg [SVGElement or string] = the SVG obje


【文件预览】:
SVG-to-PDFKit-master
----package.json(366B)
----LICENSE(1KB)
----examples()
--------pdfkit.js(2.22MB)
--------tests.htm(27KB)
--------results.js(7KB)
--------options.htm(7KB)
--------tests1.js(1.31MB)
--------tests2.js(15KB)
--------README.md(4KB)
--------demo.htm(135KB)
--------blobstream.js(131KB)
----README.md(4KB)
----notes()
--------gradient-repeat-maths.png(39KB)
----source.js(124KB)

网友评论