Skip to content

Commit 0658c04

Browse files
authored
Create README.md
1 parent 542e743 commit 0658c04

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

markdown_to_pdf/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Markdown to pdf
2+
3+
Convert markdown file or files to pdfs
4+
5+
## Setup instructions
6+
```
7+
python -r requirements.txt
8+
```
9+
- call the script and pass the name or names of the markdown files
10+
11+
## Output
12+
13+
will create equivalent pdf files of the markdown files
14+
15+
## Author
16+
[JPPhilips](https://www.github.com/jpphilips)
17+
18+
19+
## Disclaimers, if any
20+
21+
if not installed, need to:
22+
- download and install wkhtmltopdf
23+
- Set download folder path in PATH Environment variables.

0 commit comments

Comments
 (0)