Stimulsoft Reports.JS
Stimulsoft Reports.JS is a reporting tool for Node.js and JavaScript applications. You can create new and load already created reports, easily connect to various databases, and export the report to PDF, HTML, Worl, Excel, Image and other formats.
How to install
Ceate a project folder and install Reports.JS module using the specified command:
npm install stimulsoft-reports-js
How to load and save a report
Create index.js file in the folder, and add the required code:
var Stimulsoft = require('stimulsoft-reports-js');
Stimulsoft.Base.StiFontCollection.addOpentypeFontFile("Roboto-Black.ttf");
var report = Stimulsoft.Report.StiReport.createNewReport();
report.loadFile("report1.mrt");
report.renderAsync(() => {
}
report.exportDocumentAsync((pdfData) => {
}
report.saveFile("report2.mrt");
report.saveDocumentFile("report3.mdc");
How to run
Open console and run index.js
node index
Trial limitation
The free trial versions of Stimulsoft Reports.JS for Node.js are fully functional. The limitation is 120 days and a Trial watermark on the pages. To activate the product, you do not need to install a special version, just add a license key.
Read more about Stimulsoft Reports.JS
You can try the Live Demo
More information in the Online Documentation
Free Download
License