This application generates a professional CV (Curriculum Vitae) in PDF format based on the data provided in a JSON file.
Windows or Linux machine
You can download binaries in the Releases section
--in
: (required) Specify the input JSON file containing CV data.
--out
: (optional) Specify the output PDF file. If not provided PDF file will be generated in the same folder with .json file
--columnWidth
: (optional) Allow to change width for the companies name column
Generate a CV using the provided example data:
.\SkySoft.CvRenderer.Cli.exe --in "cvdata.json"
Renderer able to download photo from web if it provided as URL address or from the local file system
The input JSON file should follow the JSON Resume standard. For more information on the JSON Resume schema, visit https://jsonresume.org/schema/.
If you'd like to contribute to this project, please follow these guidelines:
This project is licensed under the MIT License - see the LICENSE file for details.