schwengberdeveloper Posted January 12 Share Posted January 12 I am creating a report file with the .jrxml extension, from a fixed xml, I would like to know if it is possible to generate this .jrxml dynamically and then convert it to pdf and use it in my web application, if possible, what is the step by step What can I do? Link to comment Share on other sites More sharing options...
mbielkiewicz Posted February 16 Share Posted February 16 In theory, you can do this if you use our library within your application. You would make the calls to execute the jrxml (which is compiling it) and then generate the export (PDF) as well. Creating the jrxml is a bit trickier - you likely would have to write your own code to do that as I don't believe we have any API to generate jrxml files (way too many moving parts). Good luck. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now