All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download com.vectorprint JAR files with all dependencies

Search JAR files by class name

Config from group com.vectorprint (version 12.1)

This project is about configuration of applications and about parameterization of Objects. This library offers annotations (and annotation processors), parsers, typing, observing changes, serialization, cloning and more when working with settings and/or object parameters. Settings and its features can be declared using an xml format. The library offers syntax support for settings and parameters in a loosely coupled manner. You are not restricted to built in syntax, you can provide your own. At runtime this library tracks keys for which a default is used because they are not found in settings. Also it tracks unused keys. You can stack features for settings such as caching, preparing keys and values, readonlyness, threadsafety, helpsupport, reading / parsing from input. You can easily develop your own features for settings.

Group: com.vectorprint Artifact: Config
Show all versions Show documentation Show source 
 

0 downloads
Artifact Config
Group com.vectorprint
Version 12.1
Last update 12. January 2024
Organization E. Drenth Software
URL https://github.com/eduarddrenth/Configuration/wiki
License Apache License, Version 2.0
Dependencies amount 4
Dependencies VectorPrintCommon, slf4j-api, jaxb-impl, commons-io,
There are maybe transitive dependencies!

VectorPrintCommon from group com.vectorprint (version 7.0)

Common, mainly helper classes, featuring finding class of generic parameters, thread testing, version information detection, ArrayHelper, CertificateHelper, StringConverter

Group: com.vectorprint Artifact: VectorPrintCommon
Show all versions Show documentation Show source 
 

0 downloads
Artifact VectorPrintCommon
Group com.vectorprint
Version 7.0
Last update 12. January 2024
Organization E. Drenth Software
URL https://github.com/eduarddrenth/VectorPrintCommon
License Apache License, Version 2.0
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!

VectorPrintReportGUI from group com.vectorprint (version 3.0)

GUI that supports stylesheet features of Configurable Reports. Basic features are create, modify and save. The GUI also supports syntax change of stylesheets, validation of xml for settings, validation of xml for datamapping and testing a stylesheet in a pdf.

Group: com.vectorprint Artifact: VectorPrintReportGUI
Show all versions Show documentation Show source 
 

0 downloads
Artifact VectorPrintReportGUI
Group com.vectorprint
Version 3.0
Last update 12. August 2016
Organization VectorPrint
URL https://github.com/eduarddrenth/iText-GUI
License GNU Affero General Public License v3
Dependencies amount 6
Dependencies ConfigurableReports, ReportSVGSupport, cssparser, ReportjFreeChartSupport, icepdf-core, icepdf-viewer,
There are maybe transitive dependencies!

ReportSVGSupport from group com.vectorprint (version 9.2)

SVG support for creating pdf documents in a configurable way using iText

Group: com.vectorprint Artifact: ReportSVGSupport
Show all versions Show documentation Show source 
 

0 downloads
Artifact ReportSVGSupport
Group com.vectorprint
Version 9.2
Last update 12. August 2016
Organization VectorPrint
URL https://github.com/eduarddrenth/ReportSVGSupport/wiki
License GNU Affero General Public License v3
Dependencies amount 3
Dependencies batik-bridge, ConfigurableReports, xercesImpl,
There are maybe transitive dependencies!

ReportjFreeChartSupport from group com.vectorprint (version 9.3)

jFreeChart support for creating pdf documents in a configurable way using iText

Group: com.vectorprint Artifact: ReportjFreeChartSupport
Show all versions Show documentation Show source 
 

0 downloads
Artifact ReportjFreeChartSupport
Group com.vectorprint
Version 9.3
Last update 12. August 2016
Organization VectorPrint
URL https://github.com/eduarddrenth/ReportjFreeChartSupport/wiki
License GNU Affero General Public License v3
Dependencies amount 2
Dependencies jfreechart, ConfigurableReports,
There are maybe transitive dependencies!

ConfigurableReports from group com.vectorprint (version 9.2)

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.

Group: com.vectorprint Artifact: ConfigurableReports
Show all versions Show documentation Show source 
 

1 downloads
Artifact ConfigurableReports
Group com.vectorprint
Version 9.2
Last update 12. August 2016
Organization VectorPrint
URL https://github.com/eduarddrenth/ConfigurableReports/wiki
License GNU Affero General Public License v3
Dependencies amount 4
Dependencies itextpdf, sac, Config, junit,
There are maybe transitive dependencies!

ReportQrSupport from group com.vectorprint (version 8.10)

Group: com.vectorprint Artifact: ReportQrSupport
Show all versions Show documentation Show source 
 

0 downloads
Artifact ReportQrSupport
Group com.vectorprint
Version 8.10
Last update 02. April 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies javase, ConfigurableReports,
There are maybe transitive dependencies!

ReportingParent from group com.vectorprint (version 8.10)

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.

Group: com.vectorprint Artifact: ReportingParent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ReportingParent
Group com.vectorprint
Version 8.10
Last update 02. April 2016
Organization VectorPrint
URL http://vectorprintreport.java.net
License GNU Affero General Public License v3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

VectorPrintConfig from group com.vectorprint (version 12.0)

A library for configuration of applications and parameterization of objects. Settings can be provided in a configfile (file, url, stream), as arguments and programmatically, object parameters can be set using annotations or code. Both provide data type support, serialization, cloning, a help mechanism.

Group: com.vectorprint Artifact: VectorPrintConfig
Show all versions Show documentation Show source 
 

0 downloads
Artifact VectorPrintConfig
Group com.vectorprint
Version 12.0
Last update 19. March 2015
Organization VectorPrint
URL http://www.vectorprint.nl
License Apache License, Version 2.0
Dependencies amount 1
Dependencies VectorPrintCommon,
There are maybe transitive dependencies!

VectorPrintReport from group com.vectorprint (version 13.1)

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.

Group: com.vectorprint Artifact: VectorPrintReport
Show all versions Show documentation Show source 
 

0 downloads
Artifact VectorPrintReport
Group com.vectorprint
Version 13.1
Last update 24. June 2014
Organization VectorPrint
URL http://vectorprintreport.java.net
License GNU Lesser General Public License
Dependencies amount 3
Dependencies itext, sac, VectorPrintConfig,
There are maybe transitive dependencies!



Page 1 from 1 (items total 10)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy