A resume generator that converts XML data to PDF.
This project uses a prototype resume developed in LaTeX that can be edited using XML file, which can be used to create resume in PDF. I did this to automate formatting and simplify editing resumes for different scenarios. The formatting order is given by:
- Heading
- Summary
- Experience
- Projects
- Education
- Skills
- Languages
It requires python and tex packages on your operating system to run it. To create a resume, simply add curriculum.xml in the input folder and run script.py. The current example.xml serves as an example of how the structure works. After that, tex and pdf files will be generated in the output folder if everything works correctly.
- Personal use project.