I want to download my json-resume as pdf file with intended theme .
https://gist.github.com/ertugdlk/45c7cccb43e66714a90cdfb8fae5ea56
I want to download my json-resume as pdf file with intended theme .
https://gist.github.com/ertugdlk/45c7cccb43e66714a90cdfb8fae5ea56
Steps:
The oldest answer to this question was a bit vague so I decided to clarify.
You need to install the resume-cli using npm install -g resume-cli. Then run the command resume export --format pdf resume.pdf. If you use one of the custom themes, you need to use npm install -g jsonresume-theme-. After installing the theme you can use resume export --format pdf --theme resume.pdf