is not current version
Last Version 13.1

com.vectorprint:VectorPrintReport 12.2

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.

GroupId

GroupId

com.vectorprint
ArtifactId

ArtifactId

VectorPrintReport
Version

Version

12.2
Type

Type

jar

Download VectorPrintReport 12.2


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