I found out a lot of articles how to improve the quality of images inside generated PDF document by JasperReports engine, but almost solutions don't work for me or they refer to older version of JasperReports.
Therefore I want to know what is the best approach for my case:
- I have a list of images and some description for each one. Every image is defined by its URL.
- Images can have different sizes, but the area for each one is fixed, and it is 500x500.
- When the image which is inserted into this area larger than it(twice or more), the quality is not so bad than when the image equals to or less then this area.
- Overrides
net.sf.jasperreports.image.dpi
doesn't work, I can't convert images to SVG format, and I can't guarantee that every image would be large than the area for it.
I would be glad for any advice what can I do. Thank you in advance!