We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 542e743 commit 0658c04Copy full SHA for 0658c04
1 file changed
markdown_to_pdf/README.md
@@ -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