0.1.0 • Published 2 years ago

paged-markdown-3-pdf v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

npm version Output Example

pmd-pdf

A PDF-renderer for Paged Markdown 3.

Installation

The pmd-pdf utility is available on npm and can be installed using the following command (given that npm is installed on your system):

> npm install -g paged-markdown-3-pdf

Basic Usage

Once pmd-pdf is installed, Paged Markdown 3 documents can be exported to PDF by running the following command:

> pmd-pdf <input.md> [output.pdf]

Advanced Usage

> pmd-pdf [--head=<header.htm>] <input.md> [output.pdf]

           --head=<header.htm>  Instead of the default one, use a custom
                                html header to fine-tune PDF theming.

License

This project is licensed under the MIT-license.


pmd-pdf – Lesosoftware, 2022