This is a console application designed for generating a personalized Curriculum Vitae (CV) in PDF format. Using the app, you can easily customize your CV by editing a few files, and the program will create a professional-looking PDF for you.
Here is an example of my CV, generated using this program:
Follow these steps to generate your customized CV:
-
Download the Repository: Clone or download the repository to your local machine.
-
Edit the
person.json
File:- Open the
person.json
file and replace the default data with your personal information. This file includes details like your name, contact information, work experience, education, and other relevant sections.
- Open the
-
Replace the Profile Picture:
- Change the
person.png
image to a picture of yourself. - Ensure the image is named
person.png
and placed inperson
folder.
- Change the
-
Run the Application:
- After making your changes, run the console application. The app will automatically generate your CV.
-
View the Generated CV:
- Your CV will be generated as a PDF file in the
person
folder. - The file will be named
FirstName_LastName_CV.pdf
based on the information you provided in theperson.json
file.
- Your CV will be generated as a PDF file in the
- You can edit the code to rename sections or customize them to better fit your style or requirements.