Skip to content

Creating iText reports using configuration instead of coding

License

Notifications You must be signed in to change notification settings

eduarddrenth/ConfigurableReports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maven Central

This powerful reporting library aims to simplify producing reports using iText. The most demanding and coding intensive tasks when producing reports with iText are:

  • how to get from data to report elements
  • how to style those blocks
  • how to evaluate (debug) the resulting report layout.

Exactly those three tasks are simplified by this library:

  • xml configuration and/or annotations to transform existing Java data objects into report blocks
  • provide styling information (css like, syntax independent) seperate from code
  • a firebug like debug mode to help evaluate your report.

You can find a supporting GUI here: https://github.com/eduarddrenth/iText-GUI

About

Creating iText reports using configuration instead of coding

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages