VectorPrintReport

This powerful reporting library aims to simplify producing reports using iText. Looking at producing reports with iText the most demanding tasks are how to get from data to report blocks, how to style those blocks and how to evaluate (debug) the resulting report. Exactly those three major tasks are well supported by the VectorPrint report library: - (combination of) xml configuration and annotations to transform existing Java data objects into report block - provide styling information (css like) seperate from code - a firebug like debug mode to help evaluate your report.

License

License

GroupId

GroupId

com.vectorprint
ArtifactId

ArtifactId

VectorPrintReport
Last Version

Last Version

13.1
Release Date

Release Date

Type

Type

jar
Description

Description

VectorPrintReport
This powerful reporting library aims to simplify producing reports using iText. Looking at producing reports with iText the most demanding tasks are how to get from data to report blocks, how to style those blocks and how to evaluate (debug) the resulting report. Exactly those three major tasks are well supported by the VectorPrint report library: - (combination of) xml configuration and annotations to transform existing Java data objects into report block - provide styling information (css like) seperate from code - a firebug like debug mode to help evaluate your report.
Project Organization

Project Organization

VectorPrint

Download VectorPrintReport

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.lowagie : itext jar 2.1.7
org.w3c.css : sac jar 1.3
com.vectorprint : VectorPrintConfig jar 7.5

test (3)

Group / Artifact Type Version
junit : junit jar 4.10
com.github.stefanbirkner : system-rules jar 1.3.1
cssparser : cssparser jar 0.9.4

Project Modules

There are no modules declared in this project.

Versions

Version
13.1
13.0
12.4
12.3
12.2
12.1