2 new features in this new release of DynamicJasper 5.0.11

  • Introducing JasperDesignDecorator. This enables you to tweak the JasperDesign object
    before and after applying the layout. Check for JasperDesignDecoratorReportTest for an example.
  • DynamicReportBuilder.setDefaultEncoding(String) to use as default encoding in the report. Useful when exporting to PDF. Checkout DefaultEncodingReportTest for an example.

Cheers!