2.4.4 • Published 6 years ago

pdfify-node v2.4.4

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

pdfify-node

Build Status Greenkeeper badge Known Vulnerabilities NPM version XO code style styled with prettier

Convert markdown files to PDF.

Install

$ npm install --global pdfify-node

Requires Node.js 6+.

Usage

Usage
  $ pdfify <source> [<destination>] [options]

Options
  --debug   When this is set the intermediate HTML will be saved into a file.
  --header  A full path to a the Handlebars (.hbs|.html) file which will be your header.
  --height  The height of the header section in mm. Might take some fiddling to get just right.
  --open    Open the generated PDF.
  --style   A full path to a single css stylesheet which is applied last to the PDF.

Examples
  $ pdfify foo.md
  $ pdfify foo.md foo.pdf --header header.hbs --height 42 --style style.css

License license

MIT © Stefan Stölzle

2.4.4

6 years ago

2.4.3

6 years ago

2.4.2

6 years ago

2.4.1

6 years ago

2.4.0

7 years ago

2.4.0-0

7 years ago

2.3.1

7 years ago

2.3.0

7 years ago

2.2.1

7 years ago

2.2.0

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

0.0.0

7 years ago

1.0.0

7 years ago