dcsline
dcsline
This is my tested content for sample.js 👍
var fs = require('fs'); var jasper = require('node-jasper')({ path: '../lib/jasperreports-5.6.0', reports: { stock_ofertas: { jasper: __dirname + '/sample.jasper', jrxml: __dirname + '/sample.jrxml', conn: 'in_memory_json' } } }); jasper.ready(function() { var...
@raoufxd: For your Task to generate PDFs - there are different ways with NodeJS. If you want PDF's based on reports, than is node-jaser a good choice. One possibility is...
What do you use as source for your jasperreport? Look in Issue "Could you pls provide a example of how to user the dataset attribute in report JSON" ther could...
For what you need urgent an date value as java.util.Date. Check, if you can also work with a string value for your report.
You need DTINI and DTFIN as Start Date and End Date for your Query - correct? For this is here a solution: You define both values as String value (in...
Hi Cleiton, there are different approaches. For many years it has been my preferred approach to use a timestamp as a string variable. I have not thought of the possibilities...
in the nodejs enviroment there is it standard to have python installed.
This only a warning message and has no influence on the success of your jasper report app.
Have you tested node-jasper with simple report? If not do it.