blob: 2a11d6939d6633f1d98aee3df1c83c7ec2ea527f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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.
|