LoginSignup
0
0

More than 1 year has passed since last update.

Markdownから職務経歴書を作成する方法

Posted at

背景

転職活動を行なっていると、履歴書・職務経歴書の提出が必要な場合がある。
履歴書のPDFはどの企業様でも求められるが、職務経歴書はPDFかgithubのURLのパターンで分かれる。
githubで職務経歴書を更新してる場合、0からPDF用に作成するのは二度手間なのでmarkdownを元に生成できる方法を紹介。

PDF生成方法

### github上で作成してる職務経歴書があるRepositoryをclone
git clone https://github.com/hogehoge/hogehoge.git

### npm経由でDL
npm install -g md-to-pdf

### 変換したいmarkdownファイルを指定して実行
npx md-to-pdf 職務経歴書.md

生成結果

image.png

参考

md-to-pdf
https://github.com/simonhaenisch/md-to-pdf

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0