1.0.8 • Published 6 years ago

md2pdf_wxhtmltopdf v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

md2pdf_wxhtmltopdf


This is a CLI tool that converts multiple markdown files to one pdf file.

Requirements

You should have wkhtmltopdf installed in you computer and add it to your environment variable PATH.

If you only want to convert some markdown files to some html files. Simply use the command md2html.

Install

sudo npm install -g md2pdf_wxhtmltopdf

Usage

Suppose that you have written 3 markdown files: A.md, B.md, and C.md. They are placed in directory foo.

foo/
├── A.md
├── B.md
└── C.md

Convert multiple markdown files to one pdf file.

md2pdf

Convert multiple markdown files to multiple html files.

md2html

Thanks

  1. wkhtmltopdf
  2. @shd101wyy/mume
1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago