https://github.com/alvarogarcia7/markdown-to-pdf
https://github.com/alvarogarcia7/markdown-to-pdf
markdown markdown-to-pdf npm pdf tool
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alvarogarcia7/markdown-to-pdf
- Owner: alvarogarcia7
- Created: 2019-09-24T12:12:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T03:31:42.000Z (over 3 years ago)
- Last Synced: 2025-02-28T09:24:19.026Z (over 1 year ago)
- Topics: markdown, markdown-to-pdf, npm, pdf, tool
- Language: Makefile
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tool: Markdown to PDF
Purpose: Create PDFs from my MDs.
Motivation: Do this conversion offline
## Usage
For now, the goals should be used together:
```
make install #only the first time
FILE="your_file.md" make convert
```
## Alternatives
See the project [markdown-to-pdf](https://github.com/alvarogarcia7/markdown-to-pdf-pandoc).