A resume or a CV is a document that lists your work experience, education, skills, and hobbies. I have tried to build a Resume Maker in Java using Apache POI API.
Working-
This project makes use of Apache POI API to edit the doc file, i.e., Resume templates. I have currently made two resume templates which are available in the zip file of the project. The application takes inputs from the user and makes use of the API to replace a set of keywords in the selected template and then saves the resume by the name of the user.
For example- if the name of the user is Madhur Agrawal, then the file will be saved by the name- Madhur Agrawal-cv.doc
Platform Used-
I have made this application in the Netbeans IDE.
Screenshots-
Below are the screenshots of the working of the application-
Screenshot -1 (Starting Page)
Screenshot -2 (Entering General Details)
Screenshot -3 (Entering Project/Experience Details-1)
Screenshot -4 (Entering Project/Experience Details-2)
Screenshot -5 (Entering Project/Experience Details-3)
Screenshot -6 (Entering Education Details-1)
Screenshot -7 (Entering Education Details-2)
Screenshot -8 (Entering Education Details-3)
Screenshot -9 (Resume created using template-1)
Screenshot -10 (Resume created using template-2)
Submitted by MADHUR AGRAWAL (madhuragrawal)
Download packets of source code on Coders Packet
Comments