Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linsir/md2pdf
Markdown to PDF Based Tornado Web
https://github.com/linsir/md2pdf
Last synced: about 2 months ago
JSON representation
Markdown to PDF Based Tornado Web
- Host: GitHub
- URL: https://github.com/linsir/md2pdf
- Owner: linsir
- Archived: true
- Created: 2015-05-09T08:22:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-20T11:18:45.000Z (over 9 years ago)
- Last Synced: 2024-08-05T19:35:19.055Z (6 months ago)
- Language: HTML
- Homepage: http://pdf.linsir.org
- Size: 8.72 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Markdown to PDF
### Tree
├── app.py
├── msyh.ttf
├── README.md
├── static
│ ├── css
│ │ └── styles.css
│ ├── images
│ │ ├── cloud.png
│ │ └── fav.ico
│ └── js
│ └── global.js
└── templates
├── error.html
└── index.html
----
### Installation
sudo pip install misaka
sudo pip install xhtml2pdf### Usage
python app.py
and open http://127.0.0.1:8000### Demo