Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 651 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 651 Bytes

Hey, why are you here? Take a look at my resume it's a lot more interesting

Information

A .NET Core 3.0 Console application to generate a PDF file from a resume in JSON. The resume has to be following the schema: http://json.schemastore.org/resume or the application will tell you what is not correct about the entered resume.

How to run:

  • Start the application
  • Press a key on your keyboard to get into the real application logic
  • Type the path to the resume JSON file and press: Enter.
  • If the path to the resume is valid it will create a resume.pdf file in the '[path_to_application]\bin\[buildconfiguration]\netcoreapp3.0' folder