is jsreport can do offline?
-
I just want to save the template to my code folder and generate a report, no need a report server. Is it possible?
-
This post is deleted!
-
Yes, you can use CLI to render templates without starting the server.
https://jsreport.net/learn/cli
-
Thank you for the link! As I understand in the documentation I need to run a local instance of the server for this to work?
-
No. The command
jsreport render
doesn't start a server or listen on ports.
-
thanks @jan_blaha :) you are the best!