文件名称:cv2pdf:将 Markdown 简历转换为 PDF
文件大小:10KB
文件格式:ZIP
更新时间:2024-07-17 17:07:12
JavaScript
简历2pdf 将 Markdown 简历转换为 PDF。 安装: 要求: 节点.js $ npm install -g cv2pdf 用法 命令行 选项: --out | -o:输出文件名 --css | -c:自定义css --html | -h:是否保存一个html文件 --手表| -w:每次保存文件时进行转换 --help:显示用法 # basic example $ cv2pdf cv.md # change the output filename $ cv2pdf --out=cv-latest.pdf cv.md # save only the html and apply custom css $ cv2pdf --html --css=style.css cv.md # convert to html everytime the file is saved
【文件预览】:
cv2pdf-master
----.travis.yml(38B)
----bin()
--------cv2pdf.js(241B)
----package.json(827B)
----readme.md(2KB)
----test()
--------fixture()
--------index.js(36B)
--------lib.js(4KB)
--------cli.js(2KB)
----phantom-assets()
--------style.css(2KB)
--------script.js(1KB)
----.gitignore(27B)
----lib()
--------watcher.js(1KB)
--------index.js(3KB)
--------cli()