0.1.0-alpha • Published 4 years ago

marked-pdfmake v0.1.0-alpha

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

marked-pdfmake 0.1.0-alpha

Converts markdown to PDF using marked and pdfmake.

This package contains a PDF parser and renderer for marked. pdfjs is used to create PDF output.

Note: Still under development. I needed to publish prematurely to resolve a dependency in another published project.

Installation

npm i marked-pdfmake

Usage

const PdfMake = require('pdfmake');
const fs = require('fs');

TBD ...

Features

Support for CSS files to define styles.

License

MIT