# JSON Resume Converter A small package for convert json resume with templating to html and pdf. WARNING: For the moment the filters are very specific to my template who is not in this repo at this time. WARNING: Many of thing in this code is only in French, like date generation, phone number or some dates. # Input About the JSON resume standard: [https://jsonresume.org/schema/](https://jsonresume.org/schema/). # Template About the jinja2 template: [https://jinja.palletsprojects.com/en/2.10.x/](https://jinja.palletsprojects.com/en/2.10.x/) # Output PDF file generated in out folder where you launch the code.