blob: eeb4dccb37ea45245115ae590b9fe67b16ef7a28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# JSON Resume Converter
A small package for convert json resume with templating to html and pdf.
# 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.
|