stimulreportjs:使用来自nodejs的stimulsoft js从json + mrt进行示例pdf渲染

时间:2024-05-18 10:05:10
【文件属性】:

文件名称:stimulreportjs:使用来自nodejs的stimulsoft js从json + mrt进行示例pdf渲染

文件大小:666KB

文件格式:ZIP

更新时间:2024-05-18 10:05:10

JavaScript

#01。 加载报告和保存渲染报告 此示例说明了报告的加载和Json数据的加载,数据呈现以及将结果存储到mdc文件中。 安装和运行 使用npm安装所需的模块: $ npm install 运行样本: $ node index 一步步 Stimulsoft Reports模块加载: var Stimulsoft = require('stimulsoft-reports-js'); 为渲染字体加载而需要: Stimulsoft.Base.StiFontCollection.addOpentypeFontFile("Roboto-Black.ttf"); 创建新报告: var report = new Stimulsoft.Report.StiReport(); 加载样本报告模板: report.loadFile("SimpleList.mrt"); 从报告模板中删除所有连接 rep


【文件预览】:
stimulreportjs-master
----index.js(1KB)
----package.json(494B)
----SimpleList.mrt(20KB)
----Roboto-Black.ttf(161KB)
----package-lock.json(39KB)
----Demo.json(1.58MB)
----.gitignore(13B)
----SimpleList.pdf(119KB)
----README.md(1KB)
----SimpleList.mdc(189KB)

网友评论