ConfigurableReports

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 and 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 block, provide styling information (css like, syntax independent) seperate from code, a firebug like debug mode to help evaluate your report.

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.vectorprint
ArtifactId

ArtifactId

ConfigurableReports
Last Version

Last Version

9.2
Release Date

Release Date

Type

Type

jar
Description

Description

ConfigurableReports
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 and 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 block, provide styling information (css like, syntax independent) seperate from code, a firebug like debug mode to help evaluate your report.
Project URL

Project URL

https://github.com/eduarddrenth/ConfigurableReports/wiki
Project Organization

Project Organization

VectorPrint
Source Code Management

Source Code Management

https://github.com/eduarddrenth/ConfigurableReports

Download ConfigurableReports

How to add to project

<!-- https://jarcasting.com/artifacts/com.vectorprint/ConfigurableReports/ -->
<dependency>
    <groupId>com.vectorprint</groupId>
    <artifactId>ConfigurableReports</artifactId>
    <version>9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.vectorprint/ConfigurableReports/
implementation 'com.vectorprint:ConfigurableReports:9.2'
// https://jarcasting.com/artifacts/com.vectorprint/ConfigurableReports/
implementation ("com.vectorprint:ConfigurableReports:9.2")
'com.vectorprint:ConfigurableReports:jar:9.2'
<dependency org="com.vectorprint" name="ConfigurableReports" rev="9.2">
  <artifact name="ConfigurableReports" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vectorprint', module='ConfigurableReports', version='9.2')
)
libraryDependencies += "com.vectorprint" % "ConfigurableReports" % "9.2"
[com.vectorprint/ConfigurableReports "9.2"]

Dependencies

compile (6)

Group / Artifact Type Version
com.itextpdf : itextpdf jar 5.5.9
org.w3c.css : sac jar 1.3
com.vectorprint : Config jar 7.0
org.bouncycastle : bcprov-jdk15on Optional jar 1.54
org.bouncycastle : bcmail-jdk15on Optional jar 1.54
junit : junit jar 4.12

test (3)

Group / Artifact Type Version
com.github.stefanbirkner : system-rules jar 1.16.0
cssparser : cssparser jar 0.9.4
xerces : xercesImpl jar 2.11.0

Project Modules

There are no modules declared in this project.

Versions

Version
9.2
9.1
8.10
8.9
8.7
8.1
8.0
7.2
7.1
6.2
6.1
5.3
5.1
3.0
2.1
2.0
1.1
1.0