An open API service indexing awesome lists of open source software.

https://github.com/augusto11cb/report-generator-jasper

Working with Jasper to generate insightful reports
https://github.com/augusto11cb/report-generator-jasper

jasper java-8 spring-boot

Last synced: 8 months ago
JSON representation

Working with Jasper to generate insightful reports

Awesome Lists containing this project

README

          

## How to add image as parameter from projects classpath in jasper reports
```
URL url = this.getClass().getClassLoader().getResource("pdf/my_image.tif");
parameters.put("logo", url);
```

Declaration in the report:
```

```

Usage in the report.
```


```