Download pdf from jsreport docker
-
Hi,
I have created a jsreport docker to create pdf has service.
I can send the data to create the report and it works smoothly, but now i want to download the pdf from the docker.
What I need to get the pdf?Im working on Angular and using the HttpClient to make the requests
And I'm calling it with a GET request this URLhttp://host:port/reports/{report-id}/attachment
Thanks for your time!