https://github.com/tea3/node-markdown2pdf
Convert markdown to PDF file. This is my gulp project.
https://github.com/tea3/node-markdown2pdf
gulp markdown markdown-pdf nodejs pdf
Last synced: 8 days ago
JSON representation
Convert markdown to PDF file. This is my gulp project.
- Host: GitHub
- URL: https://github.com/tea3/node-markdown2pdf
- Owner: tea3
- Created: 2016-10-03T10:47:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-05T09:49:39.000Z (about 9 years ago)
- Last Synced: 2023-10-10T07:25:57.717Z (almost 3 years ago)
- Topics: gulp, markdown, markdown-pdf, nodejs, pdf
- Language: CSS
- Size: 113 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-markdown2pdf
Convert markdown to PDF file.
## Oeverview
This is my gulp project. It reading all the files in a folder recursively and convert markdown file to PDF file.
markdownファイルを、PDFファイルへ一括変換します。markdown(.md)→PDFの変換には[markdown-pdf](https://www.npmjs.com/package/markdown-pdf)と[gulp](https://www.npmjs.com/package/gulp)を使わせて頂いてます。
## Demo
Please see the following.
[https://github.com/tea3/node-markdown2pdf/blob/master/file/pdf/sample-markdown.pdf](https://github.com/tea3/node-markdown2pdf/blob/master/file/pdf/sample-markdown.pdf)
## Install
```
$ git clone https://github.com/tea3/node-markdown2pdf.git
$ cd node-markdown2pdf
$ npm install
```
## Usage
1. Copy your markdown file to the `./file/markdown/`.
2. Please run `gulp` task.
```
$ gulp b
```