smallmuou / md2pdf

convert markdown file to pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

md2pdf

convert markdown file to pdf

Install

  • Install dependencies
brew install ghostscript
npm install gitbook
npm install gitbook-pdf -g
  • Install md2pdf
wget https://raw.githubusercontent.com/smallmuou/md2pdf/master/md2pdf
chmod +x md2pdf
sudo cp md2pdf /usr/local/bin

Usages

md2pdf hello.md hello.pdf

About

convert markdown file to pdf


Languages

Language:Shell 100.0%