Jar examples for v: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.
You can download jar file VectorPrintReport 13.0 in this page.
GNU Lesser General Public License
You can use the following script to add VectorPrintReport-13.0.jar to your project.
<dependency> <groupId>com.vectorprint</groupId> <artifactId>VectorPrintReport</artifactId> <version>13.0</version> </dependency>
compile group: 'com.vectorprint', name: 'VectorPrintReport', version: '13.0'
libraryDependencies += "com.vectorprint" % "VectorPrintReport" % "13.0"
<dependency org="com.vectorprint" name="VectorPrintReport" rev="13.0"/>
@Grapes(@Grab(group='com.vectorprint', module='VectorPrintReport', version='13.0'))
'com.vectorprint:VectorPrintReport:jar:13.0'
Click the following link to download the jar file.
VectorPrintReport-13.0-api.jar