node-jasper icon indicating copy to clipboard operation
node-jasper copied to clipboard

JasperReports from Node.js

Results 30 node-jasper issues
Sort by recently updated
recently updated
newest added

Hi, This issue references another closed issue, but I think this should not create a new issue, but reopen the other. In the other issue you talk about a UTF-8...

async 2.0.0 - 2.6.3 Severity: high Prototype Pollution in async - https://github.com/advisories/GHSA-fwr7-v2mv-hh25 No fix available node_modules/java/node_modules/async java 0.8.0 - 0.12.2 Depends on vulnerable versions of async node_modules/java node-jasper * Depends...

hello application crash after running the server using node v16 java 0.12.2 var cl = java.callStaticMethodSync("java.lang.ClassLoader","getSystemClassLoader") ^ Error: Error running static method java.lang.NullPointerException at java.base/java.util.Objects.requireNonNull(Objects.java:233) at java.base/java.lang.invoke.MethodHandleImpl$1.reflectiveInvoker(MethodHandleImpl.java:1653) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:131) at...

The following error is occurring. in the code below PrintJasper: async (req, res) => { var reports = jasper({ path: '../reports', reports: { hw: { jasper: '../reports/sample.jasper', } } })...

Hi, I am struggling using Custom Visualization Components with node-jasper. When try to export some report (witch contains some CVC) it brings the error message: "net.sf.jasperreports.engine.JRRuntimeException: Chrome and/or PhantomJS not...

Hi, i am tryng to print a report that use a subreport. Can anyone provide an example of how this is done with node-jasper.

Bumps [async](https://github.com/caolan/async) from 0.9.2 to 2.6.4. Release notes Sourced from async's releases. v2.3.0 Added support for ES2017 async functions. Wherever you can pass a Node-style/CPS function that uses a callback,...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Please add a new method that sends the ready ACK and then the exporter function can be called. I am manually delaying the export method to ensure the jasper is...

I have attached my jrxml here . How do i run this report using node-jasper ? I mean how do i pass 'data: ..' .here . Do you have example...