Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/barzamin/marked-pdfmake
- Owner: barzamin
- License: other
- Created: 2020-03-31T04:14:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-15T07:46:24.000Z (almost 5 years ago)
- Last Synced: 2024-11-09T04:39:44.823Z (about 2 months ago)
- Size: 291 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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