English | 简体中文(Simplified Chinese) | 繁體中文(Traditional Chinese)
https://realdennis.github.io/md2pdf/
Awesome Markdown to PDF!
- Online? Upload resume.md to stranger server?
+ Try Offline Web App!
- Click button choose
.md
file. - Edit in editor (left panel).
- Click Transform!
- Switch 'Destination' to Save as PDF.
- Chrome recommended
- Install docker on your platform
- Clone the repository
cd
intomd2pdf
- Run
docker compose up -d
inside the directory
The docker compose binds the web server to localhost:8080
by default. You can change this by finding the ports
line in docker-compose.yaml
.
Note: This docker compose uses the build directive, so your system will go build and optimize the code itself. The application is hosted locally through nginx which is what binds to port 8080.
Resize
the layout what you want.- After click
Transform
button, inverse the checkbox of 'Headers and Footers'. - 反選頁首與頁尾.
- You can use html tag!
Hey I'm in blockquote!
LICENSE MIT © 2019 realdennis