Jump to content

How to integrate JasperReport with nodeJs - Como integrar JasperReport con nodeJs


Recommended Posts

ENGLISH:  I need help please!!!, I created a report in JasperStudio and I want to integrate that report with NodeJs to be able to generate the report either in pdf or in another format, I have tried several libraries but none of them work for me, I am using typescript and as Express framework. and you want to view that report in an angular application.

SPANISH: Necesito ayuda por favor!!!, creé un reporte en JasperStudio y quiero integrar ese reporte con NodeJs para poder generar el reporte ya sea en pdf o en otro formato, he probado varias bibliotecas pero ninguna me funciona , estoy usando framework y como marco Express. y se quiere visualizar ese reporte en una palicacion de angular.

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Hi,

JasperReports is a Java library  and can be used to produce reports using Java. 

Please see this javascipt framework to embed reports from the Jasperserver into your applicatios, it is a commercial feature.

https://tibcosoftware.github.io/js-visualize/#introduction

 

You can also embed reports via iframe and REST/HTTP APIs. In both instances you will require JasperServer.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...