Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
A tool that lets the programmer generate reports without writing code for it. The tool provides the model with data and the API, which will generate the pdf files by loading the design from the template and replacing the dynamic variables with data from model. Letting user to only design template in the designer and place variables in the template.
Install java from oracle download center.
- Clone the repo
git clone https://github.com/pvyas033/ReportingTool.git
- Run below command to run project
java -classpath .\lib\itextpdf-5.1.0.jar;.\out\production\ReportingTool;. com.notebook.pages.Main
On the top we have menu where and at the left side we have all the tools required to build report. All the component you will draw that will come at right side at Object panel. Once you complete your report you can extract it to PDF.
Currently PDF feature is not working properly. It is not able to get data from Model.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Pankaj Vyas | Website | LinkedIn | Twitter | pankajvyas033@gmail.com
Reporting Tool: https://github.com/pvyas033/ReportingTool