Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/barzamin/marked-pdfmake

Converts markdown to PDF using marked and pdfmake.
https://github.com/barzamin/marked-pdfmake

Last synced: about 13 hours ago
JSON representation

Converts markdown to PDF using marked and pdfmake.

Awesome Lists containing this project

README

        

# marked-pdfmake 0.1.0-alpha

Converts markdown to PDF using marked and pdfmake.

This package contains a PDF parser and renderer for [marked](https://www.npmjs.com/package/marked). [pdfjs](https://www.npmjs.com/package/pdfmake) is used to create PDF output.

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

## Installation

```bash
npm i marked-pdfmake
```

## Usage

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

TBD ...
```

## Features

Support for CSS files to define styles.

## License

MIT