2

I want to download my json-resume as pdf file with intended theme .

https://gist.github.com/ertugdlk/45c7cccb43e66714a90cdfb8fae5ea56

phybarin
  • 81
  • 1
  • 8

1 Answers1

0

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

VVN
  • 1
  • 1