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.
- 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