jasperreports_extension.properties
can use as external configuration file to customize default font and other parameters, however I found little document regarding how to integrate this file into Spring framework, i.e. from any method in this thread.
Basically I am trying to define the default fonts to my current Jasper report dynamically by jasperreports_extension.properties
, I have everything works except don't know where to put this properties file and connect it with my Spring jasper bean.